diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
23 lines (22 loc) • 2.31 kB
TypeScript
export declare function AutonomousWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Autonomous(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function BigdataServiceWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function BigdataService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DatabaseServiceWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DatabaseService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataflowApacheWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DataflowApache(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DcatWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Dcat(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DisWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Dis(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DMSWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DMS(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ScienceWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Science(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function StreamWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Stream(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const ADB: typeof Autonomous;
export declare const ADBWhite: typeof AutonomousWhite;
export declare const DBService: typeof DatabaseService;
export declare const DBServiceWhite: typeof DatabaseServiceWhite;