first commit
This commit is contained in:
7
node_modules/framer-motion/dist/es/render/components/m/create.mjs
generated
vendored
Normal file
7
node_modules/framer-motion/dist/es/render/components/m/create.mjs
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { createMotionComponent } from '../../../motion/index.mjs';
|
||||
|
||||
function createMinimalMotionComponent(Component, options) {
|
||||
return createMotionComponent(Component, options);
|
||||
}
|
||||
|
||||
export { createMinimalMotionComponent };
|
||||
Reference in New Issue
Block a user