diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
10 lines (9 loc) • 969 B
TypeScript
export declare function ABTesting(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AppIndexing(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DynamicLinks(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function InAppMessaging(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Invites(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Messaging(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Predictions(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function RemoteConfig(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const FCM: typeof Messaging;