File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ export { default as useBottomTabBarHeight } from './utils/useBottomTabBarHeight'
2121export type {
2222 BottomTabBarButtonProps ,
2323 BottomTabBarProps ,
24+ BottomTabHeaderProps ,
2425 BottomTabNavigationOptions ,
2526 BottomTabNavigationProp ,
2627 BottomTabScreenProps ,
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ export { default as useDrawerStatus } from './utils/useDrawerStatus';
2727 */
2828export type {
2929 DrawerContentComponentProps ,
30+ DrawerHeaderProps ,
3031 DrawerNavigationOptions ,
3132 DrawerNavigationProp ,
3233 DrawerScreenProps ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ export { default as createNativeStackNavigator } from './navigators/createNative
77 * Types
88 */
99export type {
10+ NativeStackHeaderProps ,
1011 NativeStackNavigationOptions ,
1112 NativeStackNavigationProp ,
1213 NativeStackScreenProps ,
You can’t perform that action at this time.
0 commit comments