diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
6 lines (5 loc) • 639 B
TypeScript
export declare function AzureOperator5gCore(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureOperatorInsights(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureOperatorNexus(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureOperatorServiceManager(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureProgrammableConnectivity(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;