UNPKG

react-hook-form

Version:

Performant, flexible and extensible forms library for React Hooks

5 lines 303 B
export declare function useResyncOnReconnect<T>(getInitialValue?: () => T): { resyncIfNeeded: (enabled: boolean, getCurrentValue: () => T, setValue: (value: T) => void) => void; snapshot: (enabled: boolean, getCurrentValue: () => T) => void; }; //# sourceMappingURL=useResyncOnReconnect.d.ts.map