From f1a78bf40f54d3eddffe6e4ffbc60c236dab0b73 Mon Sep 17 00:00:00 2001 From: Graham Mendick Date: Mon, 4 Apr 2016 15:58:07 +0100 Subject: [PATCH] Removed implicit any warning --- navigation/navigation.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/navigation/navigation.d.ts b/navigation/navigation.d.ts index 60ff423fab..79dc718c90 100644 --- a/navigation/navigation.d.ts +++ b/navigation/navigation.d.ts @@ -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