UNPKG

uno-react

Version:

Common functions, and hooks for React.

4 lines (3 loc) 185 B
import * as React from 'react'; declare function usePersistedState(localStorage: any, defaultValue: any, keyName: string): [any, React.Dispatch<any>]; export default usePersistedState;