UNPKG

diagrams-js

Version:

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

8 lines (7 loc) 855 B
export declare function AppServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AzureRedHatOpenshift(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function BatchAccounts(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ContainerInstances(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ContainerRegistries(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function KubernetesServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ServiceFabricClusters(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;