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 Client(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Disk(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Forums(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function General(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function GenericDatabase(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function GenericFirewall(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function GenericOfficeBuilding(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function GenericSamlToken(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function GenericSDK(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function InternetAlt1(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function InternetAlt2(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function InternetGateway(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Marketplace(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MobileClient(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Multimedia(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function OfficeBuilding(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SamlToken(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SDK(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SslPadlock(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function TapeStorage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Toolkit(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function TraditionalServer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function User(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Users(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;