UNPKG

diagrams-js

Version:

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

6 lines (5 loc) 580 B
export declare function Communities(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function FileSync(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function LiveCollaboration(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Messaging(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Networking(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;