UNPKG

agora-meeting-sdk

Version:

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

8 lines (7 loc) 232 B
import { FC } from 'react'; import { BaseProps } from '../../interface/base-props'; import './index.css'; export interface ChatMinProps extends BaseProps { unreadCount?: number; } export declare const ChatMin: FC<ChatMinProps>;