UNPKG

diagrams-js

Version:

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

4 lines (3 loc) 223 B
import { Node } from "../../Node.js"; export declare function _Openstack(label?: string, options?: Record<string, unknown>): Node; export declare function Openstack(label?: string, options?: Record<string, unknown>): Node;