UEA-PRODEM
This commit is contained in:
+2
-2
@@ -3,11 +3,11 @@ declare const _default: <TFieldValues extends FieldValues>(fieldsNames: Set<Inte
|
||||
criteriaMode: CriteriaMode | undefined;
|
||||
names: FieldName<TFieldValues>[];
|
||||
fields: Record<string, {
|
||||
ref: import("../types").Ref;
|
||||
ref: import("..").Ref;
|
||||
name: InternalFieldName;
|
||||
refs?: HTMLInputElement[];
|
||||
mount?: boolean;
|
||||
} & import("../types").RegisterOptions>;
|
||||
} & import("..").RegisterOptions>;
|
||||
shouldUseNativeValidation: boolean | undefined;
|
||||
};
|
||||
export default _default;
|
||||
|
||||
Reference in New Issue
Block a user