UNPKG

diagrams-js

Version:

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

8 lines (7 loc) 656 B
export declare function Fluentbit(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Graylog(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Loki(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Rsyslog(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SyslogNg(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const FluentBit: typeof Fluentbit; export declare const RSyslog: typeof Rsyslog;