diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
9 lines (8 loc) • 898 B
TypeScript
export declare function Discord(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Line(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Mattermost(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Messenger(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function RocketChat(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Slack(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Teams(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Telegram(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;