Skip to content

Commit

Permalink
fix: export header props for other navigators
Browse files Browse the repository at this point in the history
closes #9965
  • Loading branch information
Titozzz authored and satya164 committed Nov 27, 2022
1 parent 0c3e097 commit 7ea4717
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/bottom-tabs/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export { default as useBottomTabBarHeight } from './utils/useBottomTabBarHeight'
export type {
BottomTabBarButtonProps,
BottomTabBarProps,
BottomTabHeaderProps,
BottomTabNavigationOptions,
BottomTabNavigationProp,
BottomTabScreenProps,
Expand Down
1 change: 1 addition & 0 deletions packages/drawer/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export { default as useDrawerStatus } from './utils/useDrawerStatus';
*/
export type {
DrawerContentComponentProps,
DrawerHeaderProps,
DrawerNavigationOptions,
DrawerNavigationProp,
DrawerScreenProps,
Expand Down
1 change: 1 addition & 0 deletions packages/native-stack/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export { default as createNativeStackNavigator } from './navigators/createNative
* Types
*/
export type {
NativeStackHeaderProps,
NativeStackNavigationOptions,
NativeStackNavigationProp,
NativeStackScreenProps,
Expand Down

0 comments on commit 7ea4717

Please sign in to comment.