UNPKG

@tencentcloud/call-uikit-vue2

Version:

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

27 lines (24 loc) 428 B
const Unit = ['%', 'vw']; export const GridProps = { length: { type: Number, default: 0, }, unit: { type: String, values: Unit, default: '%', }, enableFocus: { type: Boolean, default: false, }, layout: { type: Array, }, focus: { type: [String, Number], }, } as const; export const ChangeFocusEmits = ['change', 'toggle']; export const GridContextKey = 'GridContextKey';