diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
7 lines (6 loc) • 695 B
TypeScript
export declare function Browser(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Device(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function IntegratedDigitalExperiences(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function PhysicalEntity(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Sensor(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function User(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;