UNPKG

framer-motion

Version:

A simple and powerful React animation library

6 lines (3 loc) 118 B
import { createContext } from 'react'; const LayoutGroupContext = createContext({}); export { LayoutGroupContext };