UNPKG

@tencentcloud/call-uikit-react

Version:

An Open-source Voice & Video Calling UI Component Based on Tencent Cloud Service.

5 lines (4 loc) 211 B
/// <reference types="react" /> import { ICustomUIConfig } from '../../TUICallService/const'; declare const CustomUIConfigContext: import("react").Context<ICustomUIConfig>; export default CustomUIConfigContext;