UNPKG

use-form-auto-save

Version:

A customizable React hook for automatically saving and restoring form data with support for localStorage, sessionStorage, and external APIs.

3 lines (2 loc) 112 B
import { AutoSaveConfig } from "./types"; export declare function validateConfig(config: AutoSaveConfig): void;