v1.0 with SW PWA enabled
This commit is contained in:
4
frontend/node_modules/@hookform/resolvers/fluentvalidation-ts/dist/fluentvalidation-ts.d.ts
generated
vendored
Normal file
4
frontend/node_modules/@hookform/resolvers/fluentvalidation-ts/dist/fluentvalidation-ts.d.ts
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import { AsyncValidator, Validator } from 'fluentvalidation-ts';
|
||||
import { FieldValues, Resolver } from 'react-hook-form';
|
||||
export declare function fluentValidationResolver<TFieldValues extends FieldValues>(validator: Validator<TFieldValues>): Resolver<TFieldValues>;
|
||||
export declare function fluentAsyncValidationResolver<TFieldValues extends FieldValues, TValidator extends AsyncValidator<TFieldValues>>(validator: TValidator): Resolver<TFieldValues>;
|
||||
Reference in New Issue
Block a user