diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
15 lines (14 loc) • 1.6 kB
TypeScript
export declare function AuditWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Audit(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CompartmentsWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Compartments(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function GroupsWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Groups(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function LoggingWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Logging(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OCIDWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function OCID(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function PoliciesWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Policies(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function TaggingWhite(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Tagging(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;