UNPKG

matrix-react-sdk

Version:
11 lines (10 loc) 287 B
import React from "react"; import { Room } from "matrix-js-sdk/src/matrix"; /** * Display a button to toggle timeline for video rooms * @param room * @returns A button to toggle timeline in the right panel. */ export declare const VideoRoomChatButton: React.FC<{ room: Room; }>;