tab-bar-item-props.js 235 B

12345678910111213141516
  1. const props = {
  2. badgeProps: {
  3. type: Object,
  4. },
  5. icon: {
  6. type: String,
  7. },
  8. subTabBar: {
  9. type: Array,
  10. },
  11. value: {
  12. type: null,
  13. value: null,
  14. },
  15. };
  16. export default props;