Skip to content

Commit

Permalink
fix tests (#978)
Browse files Browse the repository at this point in the history
Cannot find name 'ReactComponentType'.
  • Loading branch information
vlkmx committed Feb 28, 2020
1 parent d1074f1 commit 06c4456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-gesture-handler.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ declare module 'react-native-gesture-handler' {
NativeViewGestureHandlerProperties & FlatListProperties<ItemT>
> {}

export const GestureHandlerRootView: ReactComponentType<ViewProps>;
export const GestureHandlerRootView: React.ComponentType<ViewProps>;

export function gestureHandlerRootHOC<P = {}>(
Component: React.ComponentType<P>,
Expand Down

0 comments on commit 06c4456

Please sign in to comment.