diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
28 lines (27 loc) • 3.24 kB
TypeScript
export declare function CloudMessaging(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CloudServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Cloudant(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CognitiveServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataSecurity(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Enterprise(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function GovernanceRiskCompliance(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function IBMContainers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function IBMPublicCloud(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function IdentityAccessManagement(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function IdentityProvider(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function InfrastructureSecurity(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Internet(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function IotCloud(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MicroservicesApplication(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 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 ObjectStorage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OfflineCapabilities(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Openwhisk(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function PeerCloud(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function RetrieveRank(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Scalable(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 TextToSpeech(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function TransformationConnectivity(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;