UNPKG

matrix-react-sdk

Version:
3 lines (2 loc) 173 B
import { Dispatch, SetStateAction } from "react"; export declare const useStateToggle: (initialValue?: boolean) => [boolean, () => void, Dispatch<SetStateAction<boolean>>];