framer-motion
Version:
A simple and powerful JavaScript animation library
13 lines (10 loc) • 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