diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
9 lines (8 loc) • 899 B
TypeScript
export declare function Cesium(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Geostyler(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Keplerjs(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Leaflet(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Maplibre(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OlExt(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Openlayers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Turfjs(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;