UNPKG

hongluan-ui

Version:
37 lines (34 loc) 625 B
import '../../../utils/index.mjs'; import { isValidComponentType } from '../../../utils/vue/validator.mjs'; 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: isValidComponentType }, showZero: { type: Boolean, default: true }, color: String, badgeClass: { type: String }, badgeStyle: { type: [String, Object, Array] } }; export { badgeProps }; //# sourceMappingURL=badge2.mjs.map