From e31d7e051c57a31954a2344529c4fd343eab6a2f Mon Sep 17 00:00:00 2001 From: Emanuel Mutschlechner Date: Thu, 31 May 2018 15:06:57 +0200 Subject: [PATCH] chore(flow): add link exact active class to router options --- flow/declarations.js | 1 + 1 file changed, 1 insertion(+) diff --git a/flow/declarations.js b/flow/declarations.js index 0072907a1..942aa73bf 100644 --- a/flow/declarations.js +++ b/flow/declarations.js @@ -36,6 +36,7 @@ declare type RouterOptions = { fallback?: boolean; base?: string; linkActiveClass?: string; + linkExactActiveClass?: string; parseQuery?: (query: string) => Object; stringifyQuery?: (query: Object) => string; scrollBehavior?: (