UNPKG

diagrams-js

Version:

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

14 lines (13 loc) 1.29 kB
export declare function Cdn(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function CloudEnterpriseNetwork(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ElasticIpAddress(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ExpressConnect(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function NatGateway(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ServerLoadBalancer(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SmartAccessGateway(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function VirtualPrivateCloud(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function VpnGateway(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const CEN: typeof CloudEnterpriseNetwork; export declare const EIP: typeof ElasticIpAddress; export declare const SLB: typeof ServerLoadBalancer; export declare const VPC: typeof VirtualPrivateCloud;