UNPKG

diagrams-js

Version:

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

18 lines (17 loc) 1.76 kB
export declare function Alerting(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Beats(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Elasticsearch(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Kibana(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function LogstashPipeline(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Logstash(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MachineLearning(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MapServices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Maps(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Monitoring(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SearchableSnapshots(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SecuritySettings(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SQL(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Stack(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const ElasticSearch: typeof Elasticsearch; export declare const LogStash: typeof Logstash; export declare const ML: typeof MachineLearning;