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 d1074f1 commit 06c4456Copy full SHA for 06c4456
react-native-gesture-handler.d.ts
@@ -454,7 +454,7 @@ declare module 'react-native-gesture-handler' {
454
NativeViewGestureHandlerProperties & FlatListProperties<ItemT>
455
> {}
456
457
- export const GestureHandlerRootView: ReactComponentType<ViewProps>;
+ export const GestureHandlerRootView: React.ComponentType<ViewProps>;
458
459
export function gestureHandlerRootHOC<P = {}>(
460
Component: React.ComponentType<P>,
0 commit comments