Files
dsProject/dsBase/WebRoot/html/cdn/lib/components/tabs/src/tab-pane.js
2025-08-14 15:45:08 +08:00

23 lines
404 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var props = require('../../../utils/props.js');
const tabPaneProps = props.buildProps({
label: {
type: String,
default: ""
},
name: {
type: String,
default: ""
},
closable: Boolean,
disabled: Boolean,
lazy: Boolean
});
exports.tabPaneProps = tabPaneProps;
//# sourceMappingURL=tab-pane.js.map