UNPKG

@tsparticles/interaction-external-attract

Version:

tsParticles attract external interaction

5 lines (4 loc) 253 B
import { type Engine } from "@tsparticles/engine"; export declare function loadExternalAttractInteraction(engine: Engine, refresh?: boolean): Promise<void>; export * from "./Options/Classes/Attract.js"; export * from "./Options/Interfaces/IAttract.js";