UNPKG

matrix-react-sdk

Version:
3 lines (2 loc) 132 B
import { Dispatch } from "react"; export declare const useLocalStorageState: <T>(key: string, initialValue: T) => [T, Dispatch<T>];