UNPKG

tdesign-mobile-vue

Version:
30 lines (25 loc) 427 B
/** * tdesign v1.7.0 * (c) 2024 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