UNPKG

tdesign-mobile-vue

Version:
37 lines (32 loc) 541 B
/** * tdesign v1.9.3 * (c) 2025 TDesign Group * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var props = { badgeProps: { type: Object }, destroyOnHide: { type: Boolean, default: true }, disabled: Boolean, icon: { type: Function }, label: { type: [String, Function] }, lazy: Boolean, panel: { type: [String, Function] }, value: { type: [String, Number] } }; exports["default"] = props; //# sourceMappingURL=tab-panel-props.js.map