UNPKG

shadcn-vue-packed

Version:

A Vue component library that exports components from shadcn/vue.

5 lines (4 loc) 180 B
import { CarouselEmits, CarouselProps } from './interface'; declare const useProvideCarousel: any; declare function useCarousel(): any; export { useCarousel, useProvideCarousel };