UNPKG

@tsparticles/interaction-external-push

Version:

tsParticles push external interaction

8 lines (7 loc) 278 B
import type { IParticlesOptions, RangeValue, RecursivePartial, SingleOrMultiple } from "@tsparticles/engine"; export interface IPush { default: boolean; groups: string[]; particles?: SingleOrMultiple<RecursivePartial<IParticlesOptions>>; quantity: RangeValue; }