UNPKG

diagrams-js

Version:

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

21 lines (20 loc) 2.4 kB
export declare function APICenter(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function APIConnections(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function APIManagementServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AppServiceCertificates(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AppServiceDomains(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AppServiceEnvironments(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AppServicePlans(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AppServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AppSpace(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AzureMediaService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AzureSpringApps(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function CognitiveSearch(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 FrontDoorAndCDNProfiles(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MediaServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function NotificationHubNamespaces(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function PowerPlatform(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Search(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Signalr(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function StaticApps(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;