UNPKG

agora-classroom-sdk

Version:

For publishing npm package agora-classroom-sdk (Web & Electron). Get more information from https://docs.agora.io

10 lines (9 loc) 236 B
import { FC } from 'react'; import { BaseDialogProps } from '.'; export declare const GenericErrorDialog: FC<BaseDialogProps & { onOK: () => void; okBtnText: string; title: string; content: string; error: Error; }>;