UNPKG

@tsparticles/interaction-external-pause

Version:

tsParticles pause external interaction

3 lines (2 loc) 136 B
import { type Engine } from "@tsparticles/engine"; export declare function loadExternalPauseInteraction(engine: Engine): Promise<void>;