UNPKG

@tsparticles/interaction-external-bounce

Version:

tsParticles bounce external interaction

8 lines (7 loc) 200 B
import type { BounceMode } from "../../Types.js"; import type { Options } from "@tsparticles/engine"; export type BounceOptions = Options & { interactivity: { modes: BounceMode; }; };