UNPKG

diagrams-js

Version:

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

25 lines (24 loc) 2.77 kB
export declare function Action(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Collate(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Database(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Decision(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Delay(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Display(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Document(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function InputOutput(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Inspection(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function InternalStorage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function LoopLimit(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ManualInput(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ManualLoop(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Merge(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MultipleDocuments(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function OffPageConnectorLeft(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function OffPageConnectorRight(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Or(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function PredefinedProcess(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Preparation(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Sort(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function StartEnd(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function StoredData(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SummingJunction(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;