agora-classroom-sdk
Version:
For publishing npm package agora-classroom-sdk (Web & Electron). Get more information from https://docs.agora.io
10 lines (9 loc) • 470 B
TypeScript
/// <reference types="react" />
import { StreamBounds } from '@classroom/infra/stores/common/stream/struct';
import './index.css';
import { StreamWindow } from '@classroom/infra/stores/common/stream-window/type';
export declare const StreamWindowsContainer: () => JSX.Element;
export declare const TransitionStreamWindow: ({ streamWindows, streamsBounds, }: {
streamWindows: [string, StreamWindow][];
streamsBounds: Map<string, StreamBounds>;
}) => JSX.Element;