mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[@types/react-navigation-material-bottom-tabs]Added history and order to backBehavior type (#37904)
* Added history to backBehavior type * add order
This commit is contained in:
parent
21a4e96871
commit
523a5a7d36
@ -20,7 +20,7 @@ export interface TabConfig {
|
||||
initialRouteName?: string;
|
||||
order?: string[];
|
||||
paths?: NavigationPathsConfig;
|
||||
backBehavior?: 'initialRoute' | 'none';
|
||||
backBehavior?: 'initialRoute' | 'order' | 'history' | 'none';
|
||||
}
|
||||
|
||||
export function createMaterialBottomTabNavigator(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user