UNPKG

react-hook-form

Version:

Performant, flexible and extensible forms library for React Hooks

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