UNPKG

diagrams-js

Version:

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

5 lines (4 loc) 446 B
export declare function Adyen(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AmazonPay(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Paypal(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Stripe(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;