Files
GNX-mailEnterprise/frontend/node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +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 };