UNPKG
vben-aggregate-core-shadcn-ui
Version:
latest (6.0.6)
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
5.5.8
vben-aggregate-core-shadcn-ui package
your-project-homepage.com
yourusername/your-project
vben-aggregate-core-shadcn-ui
/
src
/
index.ts
4 lines
(3 loc)
•
117 B
text/typescript
View Raw
1
2
3
4
export
*
from
'./components'
;
export
*
from
'./ui'
;
export
{ createContext,
Slot
,
VisuallyHidden
}
from
'radix-vue'
;