UNPKG

hongluan-ui

Version:
41 lines (36 loc) 711 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('../../../utils/index.js'); var validator = require('../../../utils/vue/validator.js'); const badgeProps = { value: { type: [String, Number], default: "" }, max: { type: Number, default: 99 }, position: String, offset: Array, dot: Boolean, round: Boolean, hidden: Boolean, type: { type: String, validator: validator.isValidComponentType }, showZero: { type: Boolean, default: true }, color: String, badgeClass: { type: String }, badgeStyle: { type: [String, Object, Array] } }; exports.badgeProps = badgeProps; //# sourceMappingURL=badge2.js.map