UNPKG

@tencentcloud/call-uikit-react

Version:

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

7 lines (4 loc) 207 B
import { createContext } from 'react'; import { ICustomUIConfig } from '../../TUICallService/const'; const CustomUIConfigContext = createContext<ICustomUIConfig>({}); export default CustomUIConfigContext;