UNPKG

hongluan-ui

Version:
37 lines (32 loc) 718 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('../../../utils/index.js'); var validator = require('../../../utils/vue/validator.js'); const iconProps = { type: { type: String, validator: validator.isValidComponentType }, size: { type: String, validator: validator.isValidComponentSize }, name: { type: String, default: "" }, color: String, border: Number, opacity: Number, width: [Number, String], height: [Number, String], gradient: Boolean, startColor: String, fill: Boolean, round: Boolean, radius: Boolean, transition: Boolean, effect: String }; exports.iconProps = iconProps; //# sourceMappingURL=icon2.js.map