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.86 kB
export declare function CloudGuardWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function CloudGuard(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DDOSWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DDOS(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function EncryptionWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Encryption(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IDAccessWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IDAccess(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function KeyManagementWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function KeyManagement(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MaxSecurityZoneWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MaxSecurityZone(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function VaultWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Vault(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function WAFWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function WAF(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;