UNPKG

tdesign-vue-next

Version:
36 lines (33 loc) 546 B
/** * tdesign v1.15.2 * (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] }, lazy: Boolean, panel: { type: [String, Function] }, removable: Boolean, value: { type: [String, Number] }, onRemove: Function }; export { tabPanelProps as default }; //# sourceMappingURL=tab-panel-props.js.map