Files
ETB/ETB-FrontEnd/node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03:00

11 lines
236 B
JavaScript

import { createContext } from 'react';
/**
* Note: Still used by components generated by old versions of Framer
*
* @deprecated
*/
const DeprecatedLayoutGroupContext = createContext(null);
export { DeprecatedLayoutGroupContext };