UNPKG

agora-classroom-sdk

Version:

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

7 lines (6 loc) 127 B
import { FC } from 'react'; declare type Props = { url: string; }; export declare const SoundPlayer: FC<Props>; export {};