UNPKG

react-sessionstorage-ttl-hook

Version:

React hook for sessionStorage with TTL and auto-expiry

3 lines (2 loc) 155 B
declare function useSessionStorageWithTTL<T>(key: string, defaultValue: T, ttl: number): [T, (value: T) => void]; export default useSessionStorageWithTTL;