a3fb420188d57535d141465ae0c00dc17fa8e43b95ef4b089f6cec4a381328317332e6ea288b86349acbd4ffa8001d49f24783d86f31832536717c44078343 283 B

123456789101112
  1. import { buildProps } from '../../../utils/vue/props/runtime.mjs';
  2. const carouselItemProps = buildProps({
  3. name: { type: String, default: "" },
  4. label: {
  5. type: [String, Number],
  6. default: ""
  7. }
  8. });
  9. export { carouselItemProps };
  10. //# sourceMappingURL=carousel-item.mjs.map