Skip to main content
Go to Latest
type alias EaCManageIoTFormProps
import { type EaCManageIoTFormProps } from "https://deno.land/x/fathym_atomic_design_kit@v0.0.121/mod.ts";
definition: { cloudOptions: DataLookup[]; entLookup: string; resGroupOptions: { [cloudLookup: string]: DataLookup[]; }; iotLookup?: string; iotName?: string; iotDescription?: string; iotCloudLookup?: string; iotResGroupLookup?: string; } & JSX.HTMLAttributes<HTMLFormElement>