UNPKG

matrix-react-sdk

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