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
/
resizable
/
index.d.ts
4 lines
(3 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
export
{
default
as
ResizableHandle
}
from
'./ResizableHandle.vue'
;
export
{
default
as
ResizablePanel
}
from
'./ResizablePanel.vue'
;
export
{
default
as
ResizablePanelGroup
}
from
'./ResizablePanelGroup.vue'
;