tdesign-mobile-vue
Version:
tdesign-mobile-vue
33 lines (30 loc) • 463 B
JavaScript
/**
* tdesign v1.9.3
* (c) 2025 TDesign Group
* @license MIT
*/
var props = {
badgeProps: {
type: Object
},
destroyOnHide: {
type: Boolean,
default: true
},
disabled: Boolean,
icon: {
type: Function
},
label: {
type: [String, Function]
},
lazy: Boolean,
panel: {
type: [String, Function]
},
value: {
type: [String, Number]
}
};
export { props as default };
//# sourceMappingURL=tab-panel-props.js.map