UNPKG

tdesign-mobile-vue

Version:
28 lines (23 loc) 411 B
/** * tdesign v1.7.0 * (c) 2024 TDesign Group * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var TabBarItemProps = { badgeProps: { type: Object }, icon: { type: Function }, subTabBar: { type: Array }, value: { type: [String, Number] } }; exports["default"] = TabBarItemProps; //# sourceMappingURL=tab-bar-item-props.js.map