UNPKG

diagrams-js

Version:

A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code

5 lines (4 loc) 449 B
export declare function Addok(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Gisgraphy(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Nominatim(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Pelias(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;