UNPKG

diagrams-js

Version:

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

17 lines (16 loc) 1.35 kB
export declare function Circleci(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Concourseci(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Droneci(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function GithubActions(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Gitlabci(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Jenkins(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Teamcity(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Travisci(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Zuulci(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const CircleCI: typeof Circleci; export declare const ConcourseCI: typeof Concourseci; export declare const DroneCI: typeof Droneci; export declare const GitlabCI: typeof Gitlabci; export declare const TravisCI: typeof Travisci; export declare const TC: typeof Teamcity; export declare const ZuulCI: typeof Zuulci;