valiForm$
Creates a validation functions that parses the Valibot schema of a form.
const validate = valiForm$(schema);
Parameters
schemaMaybeFunction<BaseSchema<>FieldValues,any> | BaseSchemaAsync<FieldValues,any>
Return
validateQRL<(values:>PartialValues<) =>FieldValues>FormErrors