UNPKG

diagrams-js

Version:

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

6 lines (5 loc) 593 B
export declare function AppDistribution(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function CrashReporting(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Crashlytics(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function PerformanceMonitoring(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function TestLab(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;