UNPKG

@tsparticles/interaction-external-push

Version:

tsParticles push external interaction

7 lines (6 loc) 152 B
import type { RangeValue } from "@tsparticles/engine"; export interface IPush { default: boolean; groups: string[]; quantity: RangeValue; }