UNPKG

agora-classroom-sdk

Version:

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

6 lines (5 loc) 165 B
import { FC } from 'react'; export declare type RosterContainerProps = { onClose: () => void; }; export declare const RosterContainer: FC<RosterContainerProps>;