diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
7 lines (6 loc) • 535 B
TypeScript
export declare function CephOsd(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Ceph(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Glusterfs(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Portworx(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const CEPH: typeof Ceph;
export declare const CEPH_OSD: typeof CephOsd;