import type { InteractivityOptions } from "@tsparticles/plugin-interactivity"; import type { Parallax } from "./Parallax.js"; export type ParallaxOptions = InteractivityOptions & { interactivity?: { modes: { parallax?: Parallax; }; }; };