UNPKG

@tsparticles/interaction-external-trail

Version:

tsParticles trail external interaction

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