diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
7 lines (6 loc) • 728 B
TypeScript
export declare function AbsMember(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureBlockchainService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AzureTokenService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function BlockchainApplications(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Consortium(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OutboundConnection(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;