UNPKG
vben-aggregate-plugins
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-plugins package
your-project-homepage.com
yourusername/your-project
vben-aggregate-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'
;