UNPKG

@tsparticles/interaction-external-bubble

Version:

tsParticles bubble external interaction

11 lines (10 loc) 285 B
import type { ProcessBubbleType } from "./Enums.js"; export interface Interfaces { bubbleObj: IBubblerProcessParamObj; particlesObj: IBubblerProcessParamObj; type: ProcessBubbleType; } export interface IBubblerProcessParamObj { optValue?: number; value?: number; }