UNPKG

diagrams-js

Version:

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

6 lines (5 loc) 520 B
export declare function AlexaForBusiness(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function BusinessApplications(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Chime(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Workmail(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const A4B: typeof AlexaForBusiness;