UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

8 lines (5 loc) 174 B
"use client"; import { createContext } from 'react'; const LazyContext = createContext({ strict: false }); export { LazyContext }; //# sourceMappingURL=LazyContext.mjs.map