UNPKG

diagrams-js

Version:

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

18 lines (17 loc) 1.65 kB
export declare function AppEngine(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function BinaryAuthorization(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ComputeEngine(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ContainerOptimizedOS(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Functions(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function GKEOnPrem(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function GPU(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function KubernetesEngine(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function OSConfigurationManagement(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function OSInventoryManagement(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function OSPatchManagement(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Run(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const GAE: typeof AppEngine; export declare const GCE: typeof ComputeEngine; export declare const GCF: typeof Functions; export declare const GKE: typeof KubernetesEngine; export declare const CloudRun: typeof Run;