diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
8 lines (7 loc) • 802 B
TypeScript
export declare function Authentication(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Firestore(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Functions(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Hosting(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function MLKit(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function RealtimeDatabase(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Storage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;