UNPKG

@tencentcloud/call-uikit-vue2

Version:

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

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