UNPKG

matrix-react-sdk

Version:
8 lines (7 loc) 287 B
import { MatrixEvent } from "matrix-js-sdk/src/matrix"; export declare const getIncomingCallToastKey: (callId: string, roomId: string) => string; interface Props { notifyEvent: MatrixEvent; } export declare function IncomingCallToast({ notifyEvent }: Props): JSX.Element; export {};