We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45d44a commit 425d119Copy full SHA for 425d119
1 file changed
src/index.tsx
@@ -19,7 +19,6 @@ interface RefFormType extends InternalFormType {
19
FormProvider: typeof FormProvider;
20
Field: typeof Field;
21
List: typeof List;
22
- Screen: typeof Screen;
23
useForm: typeof useForm;
24
useWatch: typeof useWatch;
25
}
@@ -29,7 +28,6 @@ const RefForm: RefFormType = InternalForm as RefFormType;
29
28
RefForm.FormProvider = FormProvider;
30
RefForm.Field = Field;
31
RefForm.List = List;
32
-RefForm.Screen = Screen;
33
RefForm.useForm = useForm;
34
RefForm.useWatch = useWatch;
35
0 commit comments