@saas-ui/forms 2.6.7 → 2.6.8
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +6 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/form.tsx +1 -1
package/package.json
CHANGED
package/src/form.tsx
CHANGED
@@ -70,7 +70,7 @@ interface FormOptions<
|
|
70
70
|
/**
|
71
71
|
* The Hook Form state ref.
|
72
72
|
*/
|
73
|
-
formRef?: React.
|
73
|
+
formRef?: React.Ref<UseFormReturn<TFieldValues, TContext>>
|
74
74
|
/**
|
75
75
|
* The form children, can be a render prop or a ReactNode.
|
76
76
|
*/
|