UNPKG

diagrams-js

Version:

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

30 lines (29 loc) 2.97 kB
export declare function Angular(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Backbone(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Camel(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Django(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Dotnet(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Ember(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Fastapi(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Flask(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Flutter(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Graphql(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Hibernate(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Jhipster(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Laravel(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Micronaut(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Nextjs(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Phoenix(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Quarkus(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Rails(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function React(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Spring(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Sqlpage(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Starlette(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Svelte(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Vercel(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Vue(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const FastAPI: typeof Fastapi; export declare const GraphQL: typeof Graphql; export declare const DotNet: typeof Dotnet; export declare const NextJs: typeof Nextjs;