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) 236 B
import { FC, PropsWithChildren } from 'react'; import { FcrTheme, FcrUIConfig } from 'agora-common-libs'; export declare const Providers: FC<PropsWithChildren<{ language: string; uiConfig: FcrUIConfig; theme: FcrTheme; }>>;