Files
sp80/sample_interface/node_modules/framer-motion/dist/es/context/LazyContext.mjs
2026-03-13 15:46:10 +08:00

8 lines
174 B
JavaScript

"use client";
import { createContext } from 'react';
const LazyContext = createContext({ strict: false });
export { LazyContext };
//# sourceMappingURL=LazyContext.mjs.map