xdesign-vue-next
Version:
XDesign Component for vue-next
39 lines (34 loc) • 644 B
JavaScript
/**
* xdesign v1.0.6
* (c) 2023 xdesign
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
/* unplugin-vue-components disabled */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
};
exports["default"] = tabPanelProps;
//# sourceMappingURL=tab-panel-props.js.map