UNPKG

yuang-framework-ui-pc

Version:

yuang-framework-ui-pc Library

14 lines (13 loc) 314 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const dashboardProps = { /** 类型 */ type: String, /** 自定义颜色 */ color: String, /** 尺寸 */ size: [Number, String], /** 间距 */ space: [Number, String] }; exports.dashboardProps = dashboardProps;