UNPKG

tdesign-vue

Version:
39 lines (36 loc) 584 B
/** * tdesign v1.14.1 * (c) 2025 tdesign * @license MIT */ var tabPanelProps = { "default": { type: Function }, destroyOnHide: { type: Boolean, "default": true }, disabled: Boolean, draggable: { type: Boolean, "default": true }, label: { type: [String, Function] }, panel: { type: [String, Function] }, removable: Boolean, value: { type: [String, Number] }, onRemove: Function, lazy: { type: Boolean, "default": false } }; export { tabPanelProps as default }; //# sourceMappingURL=tab-panel-props.js.map