mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Removed implicit any warning
This commit is contained in:
4
navigation/navigation.d.ts
vendored
4
navigation/navigation.d.ts
vendored
@@ -91,6 +91,10 @@ declare namespace Navigation {
|
||||
* preserved when navigating
|
||||
*/
|
||||
trackTypes: boolean;
|
||||
/**
|
||||
* Gets the additional state attributes
|
||||
*/
|
||||
[extras: string]: any;
|
||||
/**
|
||||
* Called on the old State before navigating to a different State
|
||||
* @param state The new State
|
||||
|
||||
Reference in New Issue
Block a user