UNPKG

matrix-react-sdk

Version:
13 lines (12 loc) 394 B
import React from "react"; import { MessagePreview } from "../../../stores/room-list/MessagePreviewStore"; import { Call } from "../../../models/Call"; interface Props { call: Call | null; hasLiveVoiceBroadcast: boolean; messagePreview: MessagePreview | null; roomId: string; showMessagePreview: boolean; } export declare const RoomTileSubtitle: React.FC<Props>; export {};