UNPKG

minh-custom-hooks-release

Version:

My custom hooks for working easier while developing react web app

2 lines (1 loc) 116 B
export default function useLocalStorage(key: string): readonly [string | null, (data: string) => void, () => void];