UNPKG

matrix-react-sdk

Version:
7 lines (6 loc) 139 B
import React from "react"; interface Props { onSubmit: () => void; } export declare const EnableLiveShare: React.FC<Props>; export {};