tdesign-mobile-vue
Version:
tdesign-mobile-vue
30 lines (27 loc) • 429 B
JavaScript
/**
* tdesign v1.7.0
* (c) 2024 TDesign Group
* @license MIT
*/
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]
}
};
export { props as default };
//# sourceMappingURL=tab-panel-props.js.map