diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
19 lines (18 loc) • 2.05 kB
TypeScript
export declare function Build(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CloudShell(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CodeForIntellij(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Code(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ContainerRegistry(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function GradleAppEnginePlugin(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function IdePlugins(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MavenAppEnginePlugin(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Scheduler(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SDK(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ServiceCatalog(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SourceRepositories(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Tasks(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function TestLab(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ToolsForEclipse(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ToolsForPowershell(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ToolsForVisualStudio(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const GCR: typeof ContainerRegistry;