UNPKG

diagrams-js

Version:

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

64 lines (63 loc) 7.26 kB
export declare function Freertos(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function InternetOfThings(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Iot1Click(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotAction(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotActuator(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotAlexaEcho(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotAlexaEnabledDevice(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotAlexaSkill(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotAlexaVoiceService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotAnalyticsChannel(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotAnalyticsDataSet(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotAnalyticsDataStore(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotAnalyticsNotebook(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotAnalyticsPipeline(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotAnalytics(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotBank(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotBicycle(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotButton(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotCamera(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotCar(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotCart(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotCertificate(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotCoffeePot(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotCore(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotDesiredState(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotDeviceDefender(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotDeviceGateway(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotDeviceManagement(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotDoorLock(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotEvents(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotFactory(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotFireTvStick(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotFireTv(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotGeneric(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotGreengrassConnector(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotGreengrass(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotHardwareBoard(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotHouse(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotHttp(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotHttp2(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotJobs(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotLambda(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotLightbulb(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotMedicalEmergency(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotMqtt(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotOverTheAirUpdate(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotPolicyEmergency(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotPolicy(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotReportedState(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotRule(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotSensor(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotServo(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotShadow(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotSimulator(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotSitewise(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotThermostat(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotThingsGraph(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotTopic(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotTravel(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotUtility(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IotWindfarm(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare const FreeRTOS: typeof Freertos; export declare const IotBoard: typeof IotHardwareBoard;