tdesign-mobile-vue
Version:
tdesign-mobile-vue
30 lines (25 loc) • 427 B
JavaScript
/**
* tdesign v1.7.0
* (c) 2024 TDesign Group
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var props = {
badgeProps: {
type: Object
},
disabled: Boolean,
icon: {
type: Function
},
label: {
type: String,
default: ""
},
value: {
type: [String, Number]
}
};
exports["default"] = props;
//# sourceMappingURL=side-bar-item-props.js.map