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
/
scroll-area
/
index.d.ts
3 lines
(2 loc)
•
114 B
TypeScript
View Raw
1
2
3
export
{
default
as
ScrollArea
}
from
'./ScrollArea.vue'
;
export
{
default
as
ScrollBar
}
from
'./ScrollBar.vue'
;