project init
This commit is contained in:
16
components/tab-bar/tab-bar-item-props.js
Normal file
16
components/tab-bar/tab-bar-item-props.js
Normal file
@@ -0,0 +1,16 @@
|
||||
const props = {
|
||||
badgeProps: {
|
||||
type: Object,
|
||||
},
|
||||
icon: {
|
||||
type: String,
|
||||
},
|
||||
subTabBar: {
|
||||
type: Array,
|
||||
},
|
||||
value: {
|
||||
type: null,
|
||||
value: null,
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user