UNPKG

matrix-react-sdk

Version:
8 lines (7 loc) 199 B
import { FC } from "react"; interface Props { onFinished(): void; } export declare const showAppDownloadDialogPrompt: () => boolean; export declare const AppDownloadDialog: FC<Props>; export {};