Initial commit
This commit is contained in:
3
node_modules/react-hook-form/dist/logic/createFormControl.d.ts
generated
vendored
Normal file
3
node_modules/react-hook-form/dist/logic/createFormControl.d.ts
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
import { FieldValues, UseFormProps, UseFormReturn } from '../types';
|
||||
export declare function createFormControl<TFieldValues extends FieldValues = FieldValues, TContext = any>(props?: UseFormProps<TFieldValues, TContext>): Omit<UseFormReturn<TFieldValues, TContext>, 'formState'>;
|
||||
//# sourceMappingURL=createFormControl.d.ts.map
|
||||
Reference in New Issue
Block a user