UNPKG

diagrams-js

Version:

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

6 lines (5 loc) 584 B
export declare function Appstream20(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DesktopAndAppStreaming(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Workdocs(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Worklink(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Workspaces(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;