1b6db491d0d74fdceb6c63c5ca67796bf834b0435ab8ee1f15b62f0609a1719559f9de6c89354d90c6c5c47f22fcc9029055fc4e072df57b01c1f36fb30860 358 B

1234567891011121314151617181920
  1. import { buildProps } from '../../../utils/vue/props/runtime.mjs';
  2. const tabPaneProps = buildProps({
  3. label: {
  4. type: String,
  5. default: ""
  6. },
  7. name: {
  8. type: [String, Number]
  9. },
  10. closable: {
  11. type: Boolean,
  12. default: void 0
  13. },
  14. disabled: Boolean,
  15. lazy: Boolean
  16. });
  17. export { tabPaneProps };
  18. //# sourceMappingURL=tab-pane2.mjs.map