UNPKG

diagrams-js

Version:

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

25 lines (24 loc) 2.24 kB
export declare function AutoscaleWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Autoscale(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function BMWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function BM(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ContainerWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Container(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function FunctionsWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Functions(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function InstancePoolsWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function InstancePools(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function OCIRWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function OCIR(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function OKEWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function OKE(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function VMWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function VM(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const VirtualMachine: typeof VM; export declare const VirtualMachineWhite: typeof VMWhite; export declare const BareMetal: typeof BM; export declare const BareMetalWhite: typeof BMWhite; export declare const OCIRegistry: typeof OCIR; export declare const OCIRegistryWhite: typeof OCIRWhite; export declare const ContainerEngine: typeof OKE; export declare const ContainerEngineWhite: typeof OKEWhite;