Mission Control Dashboard - Initial implementation
This commit is contained in:
14
node_modules/framer-motion/dist/es/context/MotionConfigContext.mjs
generated
vendored
Normal file
14
node_modules/framer-motion/dist/es/context/MotionConfigContext.mjs
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
"use client";
|
||||
import { createContext } from 'react';
|
||||
|
||||
/**
|
||||
* @public
|
||||
*/
|
||||
const MotionConfigContext = createContext({
|
||||
transformPagePoint: (p) => p,
|
||||
isStatic: false,
|
||||
reducedMotion: "never",
|
||||
});
|
||||
|
||||
export { MotionConfigContext };
|
||||
//# sourceMappingURL=MotionConfigContext.mjs.map
|
||||
Reference in New Issue
Block a user