first commit
This commit is contained in:
11
node_modules/framer-motion/dist/es/motion/features/layout.mjs
generated
vendored
Normal file
11
node_modules/framer-motion/dist/es/motion/features/layout.mjs
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { HTMLProjectionNode } from '../../projection/node/HTMLProjectionNode.mjs';
|
||||
import { MeasureLayout } from './layout/MeasureLayout.mjs';
|
||||
|
||||
const layout = {
|
||||
layout: {
|
||||
ProjectionNode: HTMLProjectionNode,
|
||||
MeasureLayout,
|
||||
},
|
||||
};
|
||||
|
||||
export { layout };
|
||||
Reference in New Issue
Block a user