9 lines
163 B
TypeScript
9 lines
163 B
TypeScript
|
export * from './types';
|
||
|
|
||
|
export {
|
||
|
MotionComponent as Motion,
|
||
|
MotionDirective,
|
||
|
MotionGroupComponent as MotionGroup,
|
||
|
MotionPlugin,
|
||
|
} from '@vueuse/motion';
|