UNPKG

react-hook-form

Version:

Performant, flexible and extensible forms library for React Hooks

4 lines 383 B
import { Control, FieldValues, FormState, ReadFormState } from '../types'; declare const _default: <TFieldValues extends FieldValues, TContext = any>(formState: FormState<TFieldValues>, control: Control<TFieldValues, TContext>, localProxyFormState?: ReadFormState, isRoot?: boolean) => FormState<TFieldValues>; export default _default; //# sourceMappingURL=getProxyFormState.d.ts.map