UNPKG

diagrams-js

Version:

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

11 lines (10 loc) 1.11 kB
export declare function Android(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Centos(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Debian(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IOS(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function LinuxGeneral(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Raspbian(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function RedHat(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Suse(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Ubuntu(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Windows(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;