agora-classroom-sdk
Version:
For publishing npm package agora-classroom-sdk (Web & Electron). Get more information from https://docs.agora.io
13 lines (12 loc) • 456 B
TypeScript
import React from 'react';
import './index.mobile.css';
export declare const BigClassScenarioMobile: () => JSX.Element;
export declare const DialogContainerMobile: React.FC<unknown>;
interface GenericErrorDialogMobileProps {
onOK: () => void;
okBtnText: string;
title: string;
content: string;
}
export declare const GenericErrorDialogMobile: ({ onOK, title, content, okBtnText, }: GenericErrorDialogMobileProps) => JSX.Element;
export {};