UNPKG

383 BTypeScriptView Raw
1import { Control, FieldValues, FormState, ReadFormState } from '../types';
2declare const _default: <TFieldValues extends FieldValues, TContext = any>(formState: FormState<TFieldValues>, control: Control<TFieldValues, TContext>, localProxyFormState?: ReadFormState, isRoot?: boolean) => FormState<TFieldValues>;
3export default _default;
4//# sourceMappingURL=getProxyFormState.d.ts.map
\No newline at end of file