UNPKG

agora-classroom-sdk

Version:

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

4 lines (3 loc) 108 B
import { FC } from 'react'; import { RosterProps } from './'; export declare const Roster: FC<RosterProps>;