UNPKG

tdesign-mobile-vue

Version:
30 lines (25 loc) 428 B
/** * tdesign v1.13.2 * (c) 2026 TDesign Group * @license MIT */ 'use strict'; 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