UNPKG
shadcn-vue-packed
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.2
0.0.1
A Vue component library that exports components from shadcn/vue.
shadcn-vue-packed
/
dist
/
components
/
ui
/
carousel
/
useCarousel.d.ts
5 lines
(4 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
import
{
CarouselEmits
,
CarouselProps
}
from
'./interface'
;
declare
const
useProvideCarousel
:
any
;
declare
function
useCarousel
(
):
any
;
export
{ useCarousel, useProvideCarousel };