UNPKG

matrix-react-sdk

Version:
7 lines (6 loc) 174 B
import { Room } from "matrix-js-sdk/src/matrix"; interface Props { room: Room; } export declare function RoomResultContextMenus({ room }: Props): JSX.Element; export {};