Files
2025-12-28 20:50:08 +00:00

5 lines
124 B
JavaScript

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