UNPKG

pope-test-callkit2

Version:

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

7 lines (4 loc) 189 B
import { ref } from '../../adapter-vue'; const isClickable = ref(false); export const IsClickableContextValue = isClickable; export const IsClickableContextKey = 'IsClickableContextKey';