UNPKG

matrix-react-sdk

Version:
10 lines (9 loc) 315 B
import { IPublicRoomsChunkRoom } from "matrix-js-sdk/src/matrix"; interface Props { room: IPublicRoomsChunkRoom; labelId: string; descriptionId: string; detailsId: string; } export declare function PublicRoomResultDetails({ room, labelId, descriptionId, detailsId }: Props): JSX.Element; export {};