UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

8 lines (5 loc) 226 B
import { createMotionComponent } from '../../../motion/index.mjs'; function createMinimalMotionComponent(Component, options) { return createMotionComponent(Component, options); } export { createMinimalMotionComponent };