diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
23 lines (22 loc) • 2.5 kB
TypeScript
export declare function Actinia(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Baremaps(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Deegree(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function G3wSuite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Geohealthcheck(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Geomapfish(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Geomesa(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Geonetwork(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Geonode(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Georchestra(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Geoserver(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Geowebcache(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Kepler(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Mapproxy(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Mapserver(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Mapstore(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Mviewer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Pg_tileserv(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Pycsw(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Pygeoapi(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function QGISServer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Zooproject(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;