tdesign-mobile-vue
Version:
tdesign-mobile-vue
34 lines (29 loc) • 507 B
JavaScript
/**
* tdesign v1.7.0
* (c) 2024 TDesign Group
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var props = {
badgeProps: {
type: Object
},
destroyOnHide: {
type: Boolean,
default: true
},
disabled: Boolean,
label: {
type: [String, Function]
},
lazy: Boolean,
panel: {
type: [String, Function]
},
value: {
type: [String, Number]
}
};
exports["default"] = props;
//# sourceMappingURL=tab-panel-props.js.map