UNPKG

react-query

Version:

Hooks for managing, caching and syncing asynchronous and remote data in React

2 lines (1 loc) 112 B
export default function useLocalStorage(key: any, defaultValue: any): (((updater: any) => void) | undefined)[];