UNPKG

pope-test-callkit2

Version:

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

9 lines (8 loc) 264 B
import { Ref } from '../../adapter-vue'; export declare type TButtonPanelContextValue = { status: Ref<string>; }; export declare const ButtonPanelContextValue: { status: Ref<string>; }; export declare const ButtonPanelContextKey = "ButtonPanelContextKey";