mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Adds JSDocs to the new NavigationLeafRoute params
This commit is contained in:
parent
eea8aaf433
commit
dabc2bf03a
6
types/react-navigation/index.d.ts
vendored
6
types/react-navigation/index.d.ts
vendored
@ -133,7 +133,13 @@ export interface NavigationLeafRoute<Params = NavigationParams> {
|
||||
* e.g. `{ car_id: 123 }` in a route that displays a car.
|
||||
*/
|
||||
params?: Params;
|
||||
/**
|
||||
* Array containing the navigator's routes
|
||||
*/
|
||||
routes: NavigationRoute[];
|
||||
/**
|
||||
* Flag that indicates the transition state of the route
|
||||
*/
|
||||
isTransitioning: boolean;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user