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