diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
4 lines (3 loc) • 332 B
TypeScript
export declare function Magnum(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Sahara(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Trove(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;