UNPKG

@tsparticles/interaction-external-push

Version:

tsParticles push external interaction

10 lines (9 loc) 456 B
import { type IOptionLoader, type IParticlesOptions, type RangeValue, type RecursivePartial, type SingleOrMultiple } from "@tsparticles/engine"; import type { IPush } from "../Interfaces/IPush.js"; export declare class Push implements IPush, IOptionLoader<IPush> { default: boolean; groups: string[]; particles?: SingleOrMultiple<RecursivePartial<IParticlesOptions>>; quantity: RangeValue; load(data?: RecursivePartial<IPush>): void; }