UNPKG

diagrams-js

Version:

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

9 lines (8 loc) 969 B
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 CDNProfiles(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 NotificationHubs(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;