Files
quinn-wx/components/tab-bar/tab-bar-item-props.js
2022-11-10 17:13:00 +08:00

17 lines
235 B
JavaScript

const props = {
badgeProps: {
type: Object,
},
icon: {
type: String,
},
subTabBar: {
type: Array,
},
value: {
type: null,
value: null,
},
};
export default props;