UNPKG

yuang-framework-ui-pc

Version:

yuang-framework-ui-pc Library

22 lines (21 loc) 399 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const dotProps = { /** 类型 */ type: String, /** 自定义颜色 */ color: String, /** 是否显示水波动画 */ ripple: { type: Boolean, default: true }, /** 文本 */ text: String, /** 尺寸 */ size: { type: String, default: "6px" } }; exports.dotProps = dotProps;