UNPKG

matrix-react-sdk

Version:
8 lines (7 loc) 178 B
import { FC } from "react"; import type { Call } from "../../../models/Call"; interface Props { call: Call; } export declare const RoomTileCallSummary: FC<Props>; export {};