UNPKG

agora-classroom-sdk

Version:

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

9 lines (8 loc) 173 B
import { FC } from 'react'; interface VolumeProps { maxLength?: number; cursor: number; peek: number; } export declare const Volume: FC<VolumeProps>; export {};