UNPKG

diagrams-js

Version:

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

21 lines (20 loc) 2.37 kB
export declare function BlockchainDeveloper(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Blockchain(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function CertificateAuthority(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ClientApplication(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Communication(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Consensus(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function EventListener(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Event(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ExistingEnterpriseSystems(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function HyperledgerFabric(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function KeyManagement(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Ledger(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MembershipServicesProviderApi(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Membership(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MessageBus(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Node(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Services(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SmartContract(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function TransactionManager(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Wallet(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;