UNPKG

yuang-framework-ui-pc

Version:

yuang-framework-ui-pc Library

22 lines (21 loc) 306 B
const dotProps = { /** 类型 */ type: String, /** 自定义颜色 */ color: String, /** 是否显示水波动画 */ ripple: { type: Boolean, default: true }, /** 文本 */ text: String, /** 尺寸 */ size: { type: String, default: "6px" } }; export { dotProps };