UNPKG

agora-classroom-sdk

Version:

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

11 lines (10 loc) 217 B
import { FC } from 'react'; import './index.css'; declare type Props = { onCancel: () => void; onNext: (params: { groupNum: number; }) => void; }; export declare const Start: FC<Props>; export {};