UNPKG

tdesign-mobile-vue

Version:
24 lines (21 loc) 333 B
/** * tdesign v1.7.0 * (c) 2024 TDesign Group * @license MIT */ var TabBarItemProps = { badgeProps: { type: Object }, icon: { type: Function }, subTabBar: { type: Array }, value: { type: [String, Number] } }; export { TabBarItemProps as default }; //# sourceMappingURL=tab-bar-item-props.js.map