feat: expose BottomTabBarButtonProps type (#8649)

Exposed `BottomTabBarButtonProps` type is needed when providing a custom component to `tabBarButton` property.
This commit is contained in:
Marcel Lasaj
2020-07-29 14:33:13 +02:00
committed by GitHub
parent 0b627304aa
commit a35ac813b6

View File

@@ -18,4 +18,5 @@ export type {
BottomTabScreenProps,
BottomTabBarProps,
BottomTabBarOptions,
BottomTabBarButtonProps,
} from './types';