UNPKG

@tsparticles/interaction-external-bubble

Version:

tsParticles bubble external interaction

5 lines (4 loc) 168 B
import type { IBubbleBase } from "./IBubbleBase.js"; import type { IModeDiv } from "@tsparticles/engine"; export interface IBubbleDiv extends IBubbleBase, IModeDiv { }