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