UNPKG

pope-test-callkit2

Version:

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

11 lines (7 loc) 257 B
import { ref, Ref } from '../../adapter-vue'; const status = ref('open'); export type TButtonPanelContextValue = { status: Ref<string>; }; export const ButtonPanelContextValue = { status }; export const ButtonPanelContextKey = 'ButtonPanelContextKey';