diff --git a/src/data/ts.tsx b/src/data/ts.tsx index 46a48f103..348c544fb 100644 --- a/src/data/ts.tsx +++ b/src/data/ts.tsx @@ -190,9 +190,32 @@ export default function App() { UseFormReturnRef: { title: "UseFormReturn", description: ( - + = { + watch: UseFormWatch; + getValues: UseFormGetValues; + getFieldState: UseFormGetFieldState; + setError: UseFormSetError; + clearErrors: UseFormClearErrors; + setValue: UseFormSetValue; + trigger: UseFormTrigger; + formState: FormState; + resetField: UseFormResetField; + reset: UseFormReset; + handleSubmit: UseFormHandleSubmit; + unregister: UseFormUnregister; + control: Control; + register: UseFormRegister; + setFocus: UseFormSetFocus; +};`} + /> + , @@ -268,7 +291,8 @@ export default function App() { ); } `} - /> + /> + ), }, useFormOptions: {