Skip to content

Commit 06428d4

Browse files
committed
Fix type
1 parent 7ad7ad7 commit 06428d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native-gesture-handler/src/v3/components/GestureComponents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const RefreshControl = createNativeWrapper(
4343
);
4444

4545
// eslint-disable-next-line @typescript-eslint/no-redeclare
46-
export type RefreshControl = RNRefreshControlProps;
46+
export type RefreshControl = typeof RefreshControl;
4747

4848
export type ImperativeScrollViewRef = ComponentWrapperRef<
4949
RNScrollViewProps,

0 commit comments

Comments
 (0)