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

19 lines
315 B
JavaScript

import { buildProps } from '../../../utils/props.mjs';
const tabPaneProps = buildProps({
label: {
type: String,
default: ""
},
name: {
type: String,
default: ""
},
closable: Boolean,
disabled: Boolean,
lazy: Boolean
});
export { tabPaneProps };
//# sourceMappingURL=tab-pane.mjs.map