UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

9 lines (6 loc) 332 B
import { createDomVisualElement } from '../../dom/create-visual-element.mjs'; import { createMotionProxy } from '../create-proxy.mjs'; import { featureBundle } from './feature-bundle.mjs'; const motion = /*@__PURE__*/ createMotionProxy(featureBundle, createDomVisualElement); export { motion }; //# sourceMappingURL=proxy.mjs.map