UNPKG

framer-motion

Version:

A simple and powerful React animation library

9 lines (6 loc) 163 B
import { createContext } from 'react'; /** * @deprecated */ const DeprecatedLayoutGroupContext = createContext(null); export { DeprecatedLayoutGroupContext };