UNPKG

matrix-react-sdk

Version:
6 lines (5 loc) 241 B
import React from "react"; import { IDevtoolsProps } from "./BaseTool"; import { IEditorProps } from "./Event"; export declare const StateEventEditor: React.FC<IEditorProps>; export declare const RoomStateExplorer: React.FC<IDevtoolsProps>;