UNPKG

diagrams-js

Version:

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

9 lines (8 loc) 758 B
export declare function Ansible(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Charms(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Chef(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Helm(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Kolla(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Tripleo(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const KollaAnsible: typeof Kolla; export declare const TripleO: typeof Tripleo;