UNPKG

diagrams-js

Version:

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

14 lines (13 loc) 1.33 kB
export declare function Bigquery(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Composer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DataCatalog(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DataFusion(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Dataflow(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Datalab(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Dataprep(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Dataproc(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Genomics(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Looker(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Pubsub(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const BigQuery: typeof Bigquery; export declare const PubSub: typeof Pubsub;