UNPKG

diagrams-js

Version:

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

7 lines (6 loc) 693 B
export declare function ClientVpn(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function InternetService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function LoadBalancer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function NatService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Net(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SiteToSiteVpng(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;