UNPKG

diagrams-js

Version:

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

20 lines (19 loc) 2.25 kB
export declare function ActionableInsight(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Annotate(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ApiDeveloperPortal(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ApiPolyglotRuntimes(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AppServer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ApplicationLogic(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function EnterpriseApplications(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Index(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotApplication(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Microservice(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MobileApp(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Ontology(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function OpenSourceTools(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function RuntimeServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SaasApplications(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ServiceBroker(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SpeechToText(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function VisualRecognition(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Visualization(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;