mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-26 05:25:30 +08:00
fix: export NavigationContext in types (#5707)
This commit is contained in:
@@ -1426,4 +1426,6 @@ declare module 'react-navigation' {
|
||||
}
|
||||
|
||||
export const SafeAreaView: React.ComponentClass<SafeAreaViewProps>;
|
||||
|
||||
export const NavigationContext: React.Context<NavigationScreenProp<NavigationRoute>>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user