dashboard/frontend/node_modules/framer-motion/dist/es/context/DeprecatedLayoutGroupContext.mjs

12 lines
250 B
JavaScript
Raw Normal View History

2025-12-16 08:16:27 +09:00
"use client";
import { createContext } from 'react';
/**
* Note: Still used by components generated by old versions of Framer
*
* @deprecated
*/
const DeprecatedLayoutGroupContext = createContext(null);
export { DeprecatedLayoutGroupContext };