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
/
pin-input
/
index.d.ts
5 lines
(4 loc)
•
252 B
TypeScript
View Raw
1
2
3
4
5
export
{
default
as
PinInput
}
from
'./PinInput.vue'
;
export
{
default
as
PinInputGroup
}
from
'./PinInputGroup.vue'
;
export
{
default
as
PinInputSeparator
}
from
'./PinInputSeparator.vue'
;
export
{
default
as
PinInputSlot
}
from
'./PinInputSlot.vue'
;