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