diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
6 lines (5 loc) • 587 B
TypeScript
export declare function CustomerEnablement(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Iq(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ManagedServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ProfessionalServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Support(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;