city-casereport/miniprogram_npm/tdesign-miniprogram/tab-bar-item/props.js

16 lines
212 B
JavaScript
Raw Normal View History

2023-12-06 14:22:42 +08:00
const props = {
badgeProps: {
type: Object,
},
icon: {
type: null,
},
subTabBar: {
type: Array,
},
value: {
type: null,
},
};
export default props;