zoujiandong 2bd2fd31ac 1.22
2024-01-22 08:55:30 +08:00

20 lines
281 B
JavaScript

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