import type { ICoordinatesWithMode, IParticlesOptions, RecursivePartial } from "@tsparticles/engine"; export interface IManualParticle { options?: RecursivePartial; position?: ICoordinatesWithMode; }