UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

8 lines (5 loc) 173 B
"use client"; import { createContext } from 'react'; const MotionContext = /* @__PURE__ */ createContext({}); export { MotionContext }; //# sourceMappingURL=index.mjs.map