diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
7 lines (6 loc) • 746 B
TypeScript
export declare function RobomakerCloudExtensionRos(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function RobomakerDevelopmentEnvironment(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function RobomakerFleetManagement(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function RobomakerSimulator(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Robomaker(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Robotics(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;