UNPKG

diagrams-js

Version:

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

3 lines (2 loc) 226 B
export declare function Monasca(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Telemetry(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;