UNPKG

framer-motion

Version:

A simple and powerful React animation library

9 lines (6 loc) 185 B
import { createContext } from 'react'; /** * Internal, exported only for usage in Framer */ const SwitchLayoutGroupContext = createContext({}); export { SwitchLayoutGroupContext };