water_xcx/miniprogram_npm/tdesign-miniprogram/tab-bar/tab-bar-item-props.js

17 lines
235 B
JavaScript
Raw Permalink Normal View History

2025-04-15 15:44:51 +08:00
const props = {
badgeProps: {
type: Object,
},
icon: {
type: String,
},
subTabBar: {
type: Array,
},
value: {
type: null,
value: null,
},
};
export default props;