diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
9 lines (8 loc) • 920 B
TypeScript
export declare function Containers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Docker(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DropletConnect(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DropletSnapshot(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Droplet(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function K8sCluster(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function K8sNodePool(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function K8sNode(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;