ValidateForm
Type that defines the validation function of the form.
Definition
ValidateForm
(values:
PartialValues<
) =>FieldValue
>MaybePromise<
FormErrors
>
Type that defines the validation function of the form.
ValidateForm
(values: PartialValues<FieldValue
>
) => MaybePromise<FormErrors
>