UNPKG

epn-ui

Version:

Дизайн система кабинета ВМ

3 lines (2 loc) 146 B
declare const useLocalStorage: <T>(key: string, initialValue: T) => readonly [T | null, (newValue: T) => void]; export default useLocalStorage;