Removed implicit any warning

This commit is contained in:
Graham Mendick
2016-04-04 15:58:07 +01:00
parent a43a091139
commit f1a78bf40f

View File

@@ -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