UNPKG

framer-motion

Version:

A simple and powerful React animation library

6 lines (3 loc) 119 B
import { createContext } from 'react'; const LazyContext = createContext({ strict: false }); export { LazyContext };