UNPKG

@tsparticles/interaction-external-bounce

Version:

tsParticles bounce external interaction

7 lines (6 loc) 285 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; load(data?: RecursivePartial<IBounce>): void; }