UNPKG

matrix-react-sdk

Version:
4 lines (3 loc) 132 B
import { RefObject } from "react"; export declare type Ref = RefObject<HTMLElement>; export declare type FocusHandler = () => void;