UNPKG

minh-custom-hooks-release

Version:

Đây là custom hooks được viết bởi hoanggminh2702, bao gồm:

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