UNPKG
vben-plugins
Version:
latest (6.0.11)
6.0.11
6.0.10
6.0.6
6.0.4
6.0.2
6.0.1
Plugins and integrations for Vben Admin
github.com/vbenjs/vue-vben-admin
vbenjs/vue-vben-admin
vben-plugins
/
src
/
motion
/
index.ts
9 lines
(7 loc)
•
163 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
*
from
'./types'
;
export
{
MotionComponent
as
Motion
,
MotionDirective
,
MotionGroupComponent
as
MotionGroup
,
MotionPlugin
, }
from
'@vueuse/motion'
;