import type { IParticlesOptions } from "./IParticlesOptions.js"; import type { RecursivePartial } from "@tsparticles/engine/lazy"; export type ParticlesOptions = RecursivePartial; export * from "./particles.lazy.js";