UNPKG

matrix-react-sdk

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