UNPKG

@tsparticles/interaction-external-bounce

Version:

tsParticles bounce external interaction

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