diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
19 lines (18 loc) • 2.07 kB
TypeScript
export declare function AlarmWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Alarm(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function EmailWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Email(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function EventsWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Events(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function HealthCheckWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function HealthCheck(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function NotificationsWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Notifications(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function QueueWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Queue(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SearchWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Search(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function TelemetryWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Telemetry(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function WorkflowWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Workflow(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;