element-plus
Version:
A Component Library for Vue 3
25 lines (20 loc) • 450 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var runtime = require('../../../utils/vue/props/runtime.js');
const tabPaneProps = runtime.buildProps({
label: {
type: String,
default: ""
},
name: {
type: [String, Number]
},
closable: {
type: Boolean,
default: void 0
},
disabled: Boolean,
lazy: Boolean
});
exports.tabPaneProps = tabPaneProps;
//# sourceMappingURL=tab-pane.js.map