UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

9 lines (6 loc) 262 B
import { createMotionComponent } from '../../../motion/index.mjs'; function createMinimalMotionComponent(Component, options) { return createMotionComponent(Component, options); } export { createMinimalMotionComponent }; //# sourceMappingURL=create.mjs.map