flowable-devops/frontend/packages/effects/plugins/src/motion/index.ts
dengqichen d42166d2c0 提交
2025-10-13 16:25:13 +08:00

9 lines
163 B
TypeScript

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