UNPKG

@magicbell/magicbell-react

Version:

React components for building a notification inbox for your app

2 lines (1 loc) 99 B
export declare function useLocalStorage<T>(key: string, initialValue: T): [T, (value: T) => void];