UNPKG

diagrams-js

Version:

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

7 lines (6 loc) 709 B
export declare function APIGatewayWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function APIGateway(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function APIServiceWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function APIService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ResourceMgmtWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ResourceMgmt(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;