UNPKG

diagrams-js

Version:

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

6 lines (5 loc) 576 B
export declare function BareMetalServer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ImageService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Instance(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Key(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function PowerInstance(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;