UNPKG

diagrams-js

Version:

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

41 lines (40 loc) 4.08 kB
export declare function Ambassador(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Apache(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Bind9(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Caddy(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function CiscoRouter(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function CiscoSwitchL2(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function CiscoSwitchL3(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Consul(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Envoy(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Etcd(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Glassfish(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Gunicorn(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Haproxy(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Internet(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Istio(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Jbossas(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Jetty(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Kong(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Linkerd(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Mikrotik(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Nginx(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Ocelot(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function OpenServiceMesh(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Opnsense(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Pfsense(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Pomerium(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Powerdns(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Tomcat(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Traefik(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Tyk(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Vyos(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Wildfly(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Yarp(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Zookeeper(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const ETCD: typeof Etcd; export declare const HAProxy: typeof Haproxy; export declare const OSM: typeof OpenServiceMesh; export declare const OPNSense: typeof Opnsense; export declare const PFSense: typeof Pfsense; export declare const VyOS: typeof Vyos;