import { type CustomElement } from "https://deno.land/x/netzo@0.4.72/deps/react-hook-form.ts";
Type Parameters
TFieldValues extends FieldValues
definition: { name: FieldName<TFieldValues>; type?: string; value?: any; disabled?: boolean; checked?: boolean; options?: HTMLOptionsCollection; files?: FileList | null; focus?: Noop; }