index.ts 163 Bytes
export * from './types';

export {
  MotionComponent as Motion,
  MotionDirective,
  MotionGroupComponent as MotionGroup,
  MotionPlugin,
} from '@vueuse/motion';