UNPKG

@tsparticles/interaction-external-repulse

Version:

tsParticles repulse external interaction

10 lines (9 loc) 269 B
import type { InteractivityOptions } from "@tsparticles/plugin-interactivity"; import type { Repulse } from "./Repulse.js"; export type RepulseOptions = InteractivityOptions & { interactivity?: { modes: { repulse?: Repulse; }; }; };