UNPKG

diagrams-js

Version:

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

32 lines (31 loc) 2.77 kB
export declare function Cassandra(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Clickhouse(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Cockroachdb(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Couchbase(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Couchdb(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Dgraph(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Druid(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Duckdb(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Hbase(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Influxdb(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Janusgraph(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Mariadb(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Mongodb(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Mssql(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Mysql(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Neo4j(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Oracle(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Postgresql(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Qdrant(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Scylla(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const ClickHouse: typeof Clickhouse; export declare const CockroachDB: typeof Cockroachdb; export declare const CouchDB: typeof Couchdb; export declare const HBase: typeof Hbase; export declare const InfluxDB: typeof Influxdb; export declare const JanusGraph: typeof Janusgraph; export declare const MariaDB: typeof Mariadb; export declare const MongoDB: typeof Mongodb; export declare const MSSQL: typeof Mssql; export declare const MySQL: typeof Mysql; export declare const PostgreSQL: typeof Postgresql;