UNPKG

diagrams-js

Version:

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

19 lines (18 loc) 1.9 kB
export declare function ApiGateway(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function BeeBot(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function BlockchainAsAService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function CloudCallCenter(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function CodePipeline(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DirectMail(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function LogService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MessageNotificationService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function NodeJsPerformancePlatform(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function OpenSearch(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function PerformanceTestingService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function RdCloud(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SmartConversationAnalysis(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Yida(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const SLS: typeof LogService; export declare const MNS: typeof MessageNotificationService; export declare const PTS: typeof PerformanceTestingService; export declare const SCA: typeof SmartConversationAnalysis;