UNPKG

249 BTypeScriptView Raw
1import type { Main } from "../../main";
2export declare function loadGenericPolygonShape(tsParticles: Main): void;
3export declare function loadTriangleShape(tsParticles: Main): void;
4export declare function loadPolygonShape(tsParticles: Main): void;