UNPKG

327 BTypeScriptView Raw
1import { FieldValues, UseFormProps, UseFormReturn } from '../types';
2export declare function createFormControl<TFieldValues extends FieldValues = FieldValues, TContext = any>(props?: UseFormProps<TFieldValues, TContext>): Omit<UseFormReturn<TFieldValues, TContext>, 'formState'>;
3//# sourceMappingURL=createFormControl.d.ts.map
\No newline at end of file