UNPKG

@tsparticles/interaction-external-slow

Version:

tsParticles slow external interaction

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