Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias EaCManageIoTDeviceFormProps
import { type EaCManageIoTDeviceFormProps } from "https://deno.land/x/fathym_atomic_design_kit@v0.0.67-integration/src/molecules/eac/manage-iot-device.form.tsx";
definition: { entLookup: string; iotLookup: string; deviceLookup?: string; deviceName?: string; deviceDescription?: string; deviceIsIoTEdge?: boolean; } & JSX.HTMLAttributes<HTMLFormElement>