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 7ad7ad7 commit 06428d4Copy full SHA for 06428d4
1 file changed
packages/react-native-gesture-handler/src/v3/components/GestureComponents.tsx
@@ -43,7 +43,7 @@ export const RefreshControl = createNativeWrapper(
43
);
44
45
// eslint-disable-next-line @typescript-eslint/no-redeclare
46
-export type RefreshControl = RNRefreshControlProps;
+export type RefreshControl = typeof RefreshControl;
47
48
export type ImperativeScrollViewRef = ComponentWrapperRef<
49
RNScrollViewProps,
0 commit comments