diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
19 lines (18 loc) • 2.12 kB
TypeScript
export declare function BackboneWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Backbone(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CDNWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CDN(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CustomerDatacenter(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CustomerDatacntrWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CustomerPremisesWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CustomerPremises(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DisconnectedRegionsWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DisconnectedRegions(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DNSWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DNS(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function FastConnectWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function FastConnect(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function NATGatewayWhite(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 VPNWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function VPN(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;