UNPKG

tdesign-vue

Version:
39 lines (34 loc) 603 B
/** * tdesign v1.12.1 * (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, label: { type: [String, Function] }, panel: { type: [String, Function] }, removable: Boolean, value: { type: [String, Number] }, onRemove: Function, lazy: { type: Boolean, "default": false } }; exports["default"] = tabPanelProps; //# sourceMappingURL=tab-panel-props.js.map