UNPKG

diagrams-js

Version:

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

19 lines (18 loc) 2.18 kB
export declare function Channels(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function CloudMessaging(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Dashboard(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Diagnostics(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function EdgeServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function EnterpriseMessaging(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function EventFeed(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function InfrastructureServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function InterserviceCommunication(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function LoadBalancingRouting(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MicroservicesMesh(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MobileBackend(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MobileProviderNetwork(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MonitoringLogging(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Monitoring(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function PeerServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ServiceDiscoveryConfiguration(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function TransformationConnectivity(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;