UNPKG

266 BTypeScriptView Raw
1declare const useSessionStorageState: <T>(key: string, options?: import("../createUseStorageState").Options<T>) => readonly [T | undefined, (value?: T | import("../createUseStorageState").IFuncUpdater<T> | undefined) => void];
2export default useSessionStorageState;