UNPKG

842 BTypeScriptView Raw
1import { MainSlim } from "./main.slim";
2import { CanvasUtils, Circle, CircleWarp, ColorUtils, Constants, Point, Rectangle, Utils } from "./Utils";
3import type { IOptions } from "./Options/Interfaces/IOptions";
4import type { RecursivePartial } from "./Types";
5import type { IParticle } from "./Core/Interfaces/IParticle";
6declare const tsParticles: MainSlim;
7declare const particlesJS: import("./pjs").IParticlesJS, pJSDom: import("./Core/Container").Container[];
8export * from "./Core/Particle/Vector";
9export * from "./Core/Container";
10export * from "./Enums";
11export { CanvasUtils, Circle, CircleWarp, ColorUtils, Constants, Point, Rectangle, Utils, MainSlim };
12export * from "./Types";
13export { tsParticles, particlesJS, pJSDom };
14export { IOptions };
15export { IParticle };
16export declare type ISourceOptions = RecursivePartial<IOptions>;