UNPKG

react-hook-form-storage

Version:

A TypeScript library for React Hook Form persist functionality

6 lines (5 loc) 184 B
import { UseFormStorageAdapter } from '../types'; export declare const createMockRemoteStore: (options?: { delayMs?: number; shouldFail?: boolean; }) => UseFormStorageAdapter;