UNPKG

diagrams-js

Version:

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

7 lines (6 loc) 533 B
export declare function Airflow(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Digdag(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Kubeflow(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Nifi(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const KubeFlow: typeof Kubeflow; export declare const NiFi: typeof Nifi;