first commit
This commit is contained in:
13
node_modules/framer-motion/dist/es/render/components/motion/feature-bundle.mjs
generated
vendored
Normal file
13
node_modules/framer-motion/dist/es/render/components/motion/feature-bundle.mjs
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import { animations } from '../../../motion/features/animations.mjs';
|
||||
import { drag } from '../../../motion/features/drag.mjs';
|
||||
import { gestureAnimations } from '../../../motion/features/gestures.mjs';
|
||||
import { layout } from '../../../motion/features/layout.mjs';
|
||||
|
||||
const featureBundle = {
|
||||
...animations,
|
||||
...gestureAnimations,
|
||||
...drag,
|
||||
...layout,
|
||||
};
|
||||
|
||||
export { featureBundle };
|
||||
Reference in New Issue
Block a user