@tsparticles/plugin-emitters
Version:
tsParticles emitters plugin
10 lines (9 loc) • 455 B
TypeScript
import type { EmittersEngine } from "./EmittersEngine.js";
export declare function loadEmittersInteraction(engine: EmittersEngine): Promise<void>;
export type * from "./EmitterContainer.js";
export * from "./EmitterShapeBase.js";
export type * from "./EmittersEngine.js";
export type * from "./IEmitterShape.js";
export type * from "./IEmitterShapeGenerator.js";
export * from "./Enums/EmitterClickMode.js";
export type * from "./IRandomPositionData.js";