UNPKG

@tsparticles/interaction-external-grab

Version:

tsParticles grab external interaction

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