UNPKG

diagrams-js

Version:

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

6 lines (5 loc) 548 B
export declare function Git(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Gitea(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Github(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Gitlab(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Svn(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;