diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
11 lines (10 loc) • 962 B
TypeScript
export declare function Containerd(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Crio(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 Firecracker(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Gvisor(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function K3s(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Lxc(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Rkt(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const LXC: typeof Lxc;
export declare const RKT: typeof Rkt;