UNPKG

matrix-react-sdk

Version:
8 lines (7 loc) 183 B
import { FC } from "react"; import { Room } from "matrix-js-sdk/src/matrix"; interface IProps { room: Room; } declare const RoomInfoLine: FC<IProps>; export default RoomInfoLine;