@tencentcloud/call-uikit-vue
Version:
An Open-source Voice & Video Calling UI Component Based on Tencent Cloud Service.
20 lines (18 loc) • 326 B
text/typescript
export const ToggleWindowProps = {
bigWindow: {
type: String,
},
showSmallWindow: {
type: Boolean,
default: true,
},
smallWindowWidth: {
type: String,
default: '30%',
},
smallWindowHeight: {
type: String,
default: '30%',
},
} as const;
export const ToggleWindowEmits = ['toggle'];