UNPKG

@tsparticles/interaction-external-bubble

Version:

tsParticles bubble external interaction

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