heartbeat-monitor/node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs

13 lines
308 B
JavaScript

"use client";
import { createContext } from 'react';
/**
* Note: Still used by components generated by old versions of Framer
*
* @deprecated
*/
const DeprecatedLayoutGroupContext = createContext(null);
export { DeprecatedLayoutGroupContext };
//# sourceMappingURL=DeprecatedLayoutGroupContext.mjs.map