UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

11 lines (8 loc) 236 B
import { createContext } from 'react'; /** * Note: Still used by components generated by old versions of Framer * * @deprecated */ const DeprecatedLayoutGroupContext = createContext(null); export { DeprecatedLayoutGroupContext };