UNPKG

@tsparticles/interaction-external-bounce

Version:

tsParticles bounce external interaction

10 lines (9 loc) 264 B
import type { Bounce } from "./Bounce.js"; import type { InteractivityOptions } from "@tsparticles/plugin-interactivity"; export type BounceOptions = InteractivityOptions & { interactivity?: { modes: { bounce?: Bounce; }; }; };