Skip to main content
Go to Latest
type alias EaCManageIoTDeviceFormProps
import { type EaCManageIoTDeviceFormProps } from "https://deno.land/x/fathym_atomic_design_kit@v0.0.99-integration/mod.ts";
definition: { entLookup: string; iotLookup: string; deviceLookup?: string; deviceName?: string; deviceDescription?: string; deviceIsIoTEdge?: boolean; } & JSX.HTMLAttributes<HTMLFormElement>