Skip to content

Commit 425d119

Browse files
committed
chore: clean up
1 parent a45d44a commit 425d119

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ interface RefFormType extends InternalFormType {
1919
FormProvider: typeof FormProvider;
2020
Field: typeof Field;
2121
List: typeof List;
22-
Screen: typeof Screen;
2322
useForm: typeof useForm;
2423
useWatch: typeof useWatch;
2524
}
@@ -29,7 +28,6 @@ const RefForm: RefFormType = InternalForm as RefFormType;
2928
RefForm.FormProvider = FormProvider;
3029
RefForm.Field = Field;
3130
RefForm.List = List;
32-
RefForm.Screen = Screen;
3331
RefForm.useForm = useForm;
3432
RefForm.useWatch = useWatch;
3533

0 commit comments

Comments
 (0)