UNPKG

agora-classroom-sdk

Version:

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

8 lines (7 loc) 193 B
/// <reference types="react" /> import './index.css'; interface IPropsTypes { onOK: () => void; } export declare const RemoteControlConfirm: (props: IPropsTypes) => JSX.Element; export {};