diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
6 lines (5 loc) • 553 B
TypeScript
export declare function Blazar(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Heat(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Mistral(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Senlin(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Zaqar(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;