UNPKG

framer-motion

Version:

A simple and powerful React animation library

9 lines (6 loc) 137 B
import { createContext } from 'react'; /** * @internal */ var LayoutGroupContext = createContext({}); export { LayoutGroupContext };