UNPKG

agora-classroom-sdk

Version:

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

13 lines (12 loc) 429 B
import { EduStream } from 'agora-edu-core'; import React from 'react'; import './index.css'; export declare const ScreenShareRemoteTrackPlayer: ({ style, stream, className }: { style?: any; stream: EduStream; className?: string | undefined; }) => JSX.Element; export declare type ScreenShareContainerProps = { className?: string; }; export declare const ScreenShareContainer: React.FC<ScreenShareContainerProps>;