store.mjs 124 B

1234
  1. const appearAnimationStore = new Map();
  2. const appearComplete = new Map();
  3. export { appearAnimationStore, appearComplete };