UNPKG

@tsparticles/interaction-external-bounce

Version:

tsParticles bounce external interaction

8 lines (7 loc) 304 B
import { type IOptionLoader, type RecursivePartial } from "@tsparticles/engine"; import type { IBounce } from "../Interfaces/IBounce.js"; export declare class Bounce implements IBounce, IOptionLoader<IBounce> { distance: number; constructor(); load(data?: RecursivePartial<IBounce>): void; }