UNPKG

diagrams-js

Version:

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

4 lines (3 loc) 338 B
export declare function Designate(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Neutron(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Octavia(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;