UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

35 lines (32 loc) 566 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ /* 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 }; export { tabPanelProps as default }; //# sourceMappingURL=tab-panel-props.js.map