props.js 281 B

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