UNPKG

ahooks

Version:
3 lines (2 loc) 229 B
declare const useLocalStorageState: <T>(key: string, options?: import("../createUseStorageState").Options<T>) => readonly [T, (value: import("../createUseStorageState").SetState<T>) => void]; export default useLocalStorageState;