element-plus
Version:
A Component Library for Vue 3
18 lines (15 loc) • 320 B
JavaScript
import { buildProps } from '../../../utils/vue/props/runtime.mjs';
const tabPaneProps = buildProps({
label: {
type: String,
default: ""
},
name: {
type: [String, Number]
},
closable: Boolean,
disabled: Boolean,
lazy: Boolean
});
export { tabPaneProps };
//# sourceMappingURL=tab-pane.mjs.map