UNPKG

@tencentcloud/call-uikit-vue2

Version:

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

25 lines (24 loc) 301 B
export const TextProps = { width: { type: String, }, color: { type: String, }, size: { type: String, }, weight: { type: Number, }, truncated: { type: Boolean, default: false, }, lineClamp: { type: Number, }, textStyle: { type: Object, }, };