UNPKG

diagrams-js

Version:

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

17 lines (16 loc) 1.88 kB
export declare function DrgWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Drg(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function FirewallWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Firewall(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function InternetGatewayWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function InternetGateway(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function LoadBalancerWhite(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 RouteTableWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function RouteTable(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SecurityListsWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SecurityLists(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ServiceGatewayWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ServiceGateway(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function VcnWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Vcn(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;