UNPKG

react-use-localstorage

Version:
3 lines (2 loc) 141 B
import { Dispatch } from 'react'; export default function useLocalStorage(key: string, initialValue?: string): [string, Dispatch<string>];