UNPKG

diagrams-js

Version:

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

8 lines (7 loc) 810 B
export declare function Capacity(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function InfrastructureBackup(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MultiTenancy(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Offers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Plans(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Updates(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function UserSubscriptions(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;