mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 21:31:12 +08:00
Merge pull request #24661 from brunolemos/patch-5
[react-navigation] Add indicatorStyle to TabBarTopProps
This commit is contained in:
1
types/react-navigation/index.d.ts
vendored
1
types/react-navigation/index.d.ts
vendored
@@ -704,6 +704,7 @@ export function TabNavigator(
|
||||
export interface TabBarTopProps {
|
||||
activeTintColor: string;
|
||||
inactiveTintColor: string;
|
||||
indicatorStyle: StyleProp<ViewStyle>;
|
||||
showIcon: boolean;
|
||||
showLabel: boolean;
|
||||
upperCaseLabel: boolean;
|
||||
|
||||
Reference in New Issue
Block a user