UNPKG

@tsparticles/interaction-external-bounce

Version:

tsParticles bounce external interaction

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