UNPKG

diagrams-js

Version:

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

16 lines (15 loc) 1.83 kB
export declare function AlertNotification(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ApiManagement(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function CloudManagement(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ClusterManagement(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ContentManagement(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DataServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DeviceManagement(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function InformationGovernance(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ItServiceManagement(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Management(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MonitoringMetrics(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ProcessManagement(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ProviderCloudPortalService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function PushNotifications(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ServiceManagementTools(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;