UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

10 lines (7 loc) 199 B
"use client"; import { createContext } from 'react'; /** * Internal, exported only for usage in Framer */ const SwitchLayoutGroupContext = createContext({}); export { SwitchLayoutGroupContext };