UNPKG

agora-meeting-sdk

Version:

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

5 lines (4 loc) 168 B
/// <reference types="react" /> import { BaseDialogProps } from '../index'; import './notify.css'; export declare const NotifyMessageDialog: React.FC<BaseDialogProps>;