diff --git a/types/react-navigation/index.d.ts b/types/react-navigation/index.d.ts index 80b54d23a2..1bdf43bc35 100644 --- a/types/react-navigation/index.d.ts +++ b/types/react-navigation/index.d.ts @@ -1254,7 +1254,7 @@ export function withNavigation( - Component: React.ComponentType>, + Component: React.ComponentType)>, ): React.ComponentType>> }>; export interface NavigationFocusInjectedProps

extends NavigationInjectedProps

{