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) 192 B
/// <reference types="react" /> export declare const PersonalResourcesContainer: () => JSX.Element; export interface IUploadOnlineCoursewareData { url: string; resourceName: string; }