UNPKG

tdesign-vue-next

Version:
40 lines (35 loc) 624 B
/** * tdesign v1.17.7 * (c) 2025 tdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tabPanelProps = { "default": { type: Function }, destroyOnHide: { type: Boolean, "default": true }, disabled: Boolean, draggable: { type: Boolean, "default": true }, label: { type: [String, Function] }, lazy: Boolean, panel: { type: [String, Function] }, removable: Boolean, value: { type: [String, Number] }, onRemove: Function }; exports["default"] = tabPanelProps; //# sourceMappingURL=tab-panel-props.js.map