Skip to content

Commit

Permalink
chore(flow): Add link exact active class to router options
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelmutschlechner committed May 31, 2018
1 parent 7a4c44b commit b399ee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/declarations.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ declare type RouterOptions = {
fallback?: boolean;
base?: string;
linkActiveClass?: string;
linkExactActiveClass?: string;
parseQuery?: (query: string) => Object;
stringifyQuery?: (query: Object) => string;
scrollBehavior?: (
Expand Down

0 comments on commit b399ee2

Please sign in to comment.