securityos/node_modules/framer-motion/dist/es/context/LayoutGroupContext.mjs

6 lines
118 B
JavaScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
import { createContext } from 'react';
const LayoutGroupContext = createContext({});
export { LayoutGroupContext };