import { type UseFormStateProps } from "https://deno.land/x/netzo@0.5.70/deps/react-hook-form.ts";
Type Parameters
TFieldValues extends FieldValues
definition: Partial<{ control?: Control<TFieldValues>; disabled?: boolean; name?: FieldPath<TFieldValues> | FieldPath<TFieldValues>[] | readonly FieldPath<TFieldValues>[]; exact?: boolean; }>