diff --git a/src/useWatch.ts b/src/useWatch.ts index 08e8c534..dca08161 100644 --- a/src/useWatch.ts +++ b/src/useWatch.ts @@ -93,8 +93,8 @@ function useWatch( form?: TForm | WatchOptions, ): any; -function useWatch( - dependencies: NamePath, +function useWatch( + dependencies: NamePath, form?: FormInstance | WatchOptions, ): ValueType;