UNPKG

diagrams-js

Version:

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

19 lines (18 loc) 1.93 kB
export declare function Beam(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Databricks(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Dbt(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Dremio(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Flink(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Hadoop(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Hive(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Metabase(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Norikra(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Powerbi(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Presto(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Singer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Spark(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Storm(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Superset(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Tableau(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Trino(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const PowerBI: typeof Powerbi;