UNPKG

@tsparticles/interaction-external-bubble

Version:

tsParticles bubble external interaction

7 lines (6 loc) 255 B
import type { IBubbleBase } from "./IBubbleBase.js"; import type { IBubbleDiv } from "./IBubbleDiv.js"; import type { SingleOrMultiple } from "@tsparticles/engine"; export interface IBubble extends IBubbleBase { divs?: SingleOrMultiple<IBubbleDiv>; }