UNPKG

@tencentcloud/call-uikit-vue2

Version:

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

14 lines (13 loc) 190 B
export const LoadingDotProps = { width: { type: String, default: '40px', }, height: { type: String, default: '40px', }, color: { type: String, }, } as const;