UNPKG

@tsparticles/interaction-external-bubble

Version:

tsParticles bubble external interaction

9 lines (8 loc) 452 B
import { type Engine } from "@tsparticles/engine"; export declare function loadExternalBubbleInteraction(engine: Engine, refresh?: boolean): Promise<void>; export * from "./Options/Classes/BubbleBase.js"; export * from "./Options/Classes/BubbleDiv.js"; export * from "./Options/Classes/Bubble.js"; export * from "./Options/Interfaces/IBubbleBase.js"; export * from "./Options/Interfaces/IBubbleDiv.js"; export * from "./Options/Interfaces/IBubble.js";