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