UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

5 lines (4 loc) 287 B
export { default as XCarousel } from './Carousel.vue'; export { default as XCarouselSlide } from './CarouselSlide.vue'; export type { CarouselProps, CarouselTheme, CarouselEffect } from './Carousel.vue'; export type { CarouselSlideProps, CarouselSlideTheme } from './CarouselSlide.vue';