UNPKG

diagrams-js

Version:

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

19 lines (18 loc) 2.16 kB
export declare function AzureADRolesAndAdministrators(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ClientApps(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DeviceCompliance(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DeviceConfiguration(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DeviceEnrollment(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DeviceSecurityApple(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DeviceSecurityGoogle(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function DeviceSecurityWindows(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Devices(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Ebooks(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ExchangeAccess(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IntuneAppProtection(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IntuneForEducation(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Intune(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Mindaro(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SecurityBaselines(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SoftwareUpdates(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function TenantStatus(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;