UNPKG

@tanstack/react-query-devtools

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