UNPKG

diagrams-js

Version:

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

6 lines (5 loc) 560 B
export declare function BAN(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Here(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IGN(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Openstreetmap(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Overturemaps(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;