UNPKG

agora-meeting-sdk

Version:

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

7 lines (6 loc) 280 B
import { FC } from 'react'; import { BaseProps } from '../../../../../../agora-meeting-ui/src/components/interface/base-props'; import './index.css'; export interface MettingMemberListProps extends BaseProps { } export declare const MettingMemberList: FC<MettingMemberListProps>;