Skip to content

Commit 8475481

Browse files
Titozzzsatya164
authored andcommitted
fix: export header props for other navigators
closes react-navigation#9965
1 parent 0dde476 commit 8475481

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/bottom-tabs/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export { default as useBottomTabBarHeight } from './utils/useBottomTabBarHeight'
2121
export type {
2222
BottomTabBarButtonProps,
2323
BottomTabBarProps,
24+
BottomTabHeaderProps,
2425
BottomTabNavigationOptions,
2526
BottomTabNavigationProp,
2627
BottomTabScreenProps,

packages/drawer/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export { default as useDrawerStatus } from './utils/useDrawerStatus';
2727
*/
2828
export type {
2929
DrawerContentComponentProps,
30+
DrawerHeaderProps,
3031
DrawerNavigationOptions,
3132
DrawerNavigationProp,
3233
DrawerScreenProps,

packages/native-stack/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export { default as createNativeStackNavigator } from './navigators/createNative
77
* Types
88
*/
99
export type {
10+
NativeStackHeaderProps,
1011
NativeStackNavigationOptions,
1112
NativeStackNavigationProp,
1213
NativeStackScreenProps,

0 commit comments

Comments
 (0)