UNPKG

framer-motion

Version:

A simple and powerful React animation library

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