diff --git a/node_modules/react-native-gesture-handler/lib/typescript/gestureHandlerRootHOC.d.ts b/node_modules/react-native-gesture-handler/lib/typescript/gestureHandlerRootHOC.d.ts index 8007709..6e53b01 100644 --- a/node_modules/react-native-gesture-handler/lib/typescript/gestureHandlerRootHOC.d.ts +++ b/node_modules/react-native-gesture-handler/lib/typescript/gestureHandlerRootHOC.d.ts @@ -1,3 +1,3 @@ import * as React from 'react'; import { StyleProp, ViewStyle } from 'react-native'; -export default function gestureHandlerRootHOC

(Component: React.ComponentType

, containerStyles?: StyleProp): React.ComponentType

; +export default function gestureHandlerRootHOC

(Component: React.ComponentType

, containerStyles?: StyleProp): React.ComponentType

;