UNPKG

matrix-react-sdk

Version:
10 lines (9 loc) 289 B
import React from "react"; import { Room } from "matrix-js-sdk/src/matrix"; interface IProps { room: Room; selected?: string[]; onFinished(rooms?: string[]): void; } declare const ManageRestrictedJoinRuleDialog: React.FC<IProps>; export default ManageRestrictedJoinRuleDialog;