UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

11 lines (8 loc) 253 B
"use client"; import { createContext } from 'react'; /** * Internal, exported only for usage in Framer */ const SwitchLayoutGroupContext = createContext({}); export { SwitchLayoutGroupContext }; //# sourceMappingURL=SwitchLayoutGroupContext.mjs.map