Files
react/node_modules/framer-motion/dist/es/animation/optimized-appear/store.mjs
2025-12-28 20:50:08 +00:00

5 lines
124 B
JavaScript

const appearAnimationStore = new Map();
const appearComplete = new Map();
export { appearAnimationStore, appearComplete };