You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
743 B
TypeScript
14 lines
743 B
TypeScript
import { CriteriaMode, FieldName, FieldRefs, FieldValues, InternalFieldName } from '../types';
|
|
declare const _default: <TFieldValues extends FieldValues>(fieldsNames: Set<InternalFieldName> | InternalFieldName[], _fields: FieldRefs, criteriaMode?: CriteriaMode, shouldUseNativeValidation?: boolean | undefined) => {
|
|
criteriaMode: CriteriaMode | undefined;
|
|
names: FieldName<TFieldValues>[];
|
|
fields: Record<string, {
|
|
ref: import("../types").Ref;
|
|
name: string;
|
|
refs?: HTMLInputElement[] | undefined;
|
|
mount?: boolean | undefined;
|
|
} & import("../types").RegisterOptions>;
|
|
shouldUseNativeValidation: boolean | undefined;
|
|
};
|
|
export default _default;
|
|
//# sourceMappingURL=getResolverOptions.d.ts.map
|