v1.0 with SW PWA enabled
This commit is contained in:
4
frontend/node_modules/react-hook-form/dist/logic/getProxyFormState.d.ts
generated
vendored
Normal file
4
frontend/node_modules/react-hook-form/dist/logic/getProxyFormState.d.ts
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import type { Control, FieldValues, FormState, ReadFormState } from '../types';
|
||||
declare const _default: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(formState: FormState<TFieldValues>, control: Control<TFieldValues, TContext, TTransformedValues>, localProxyFormState?: ReadFormState, isRoot?: boolean) => FormState<TFieldValues>;
|
||||
export default _default;
|
||||
//# sourceMappingURL=getProxyFormState.d.ts.map
|
||||
Reference in New Issue
Block a user