diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
8 lines (7 loc) • 801 B
TypeScript
export declare function Amplify(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function APIGatewayEndpoint(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 Appsync(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DeviceFarm(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Mobile(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Pinpoint(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;