UNPKG

react-location-devtools

Version:

See https://react-location.tanstack.com/tools/devtools

2 lines (1 loc) 146 B
export default function useLocalStorage<T>(key: string, defaultValue: T | undefined): [T | undefined, (newVal: T | ((prevVal: T) => T)) => void];