UNPKG

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
export declare function AnalyticDb(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ClickHouse(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DataLakeAnalytics(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ElaticMapReduce(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function OpenSearch(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;