Skip to content

Commit 4cb6699

Browse files
emanuelmutschlechnerposva
authored andcommitted
chore(flow): Add link exact active class to router options (#2236)
1 parent 30ee872 commit 4cb6699

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/declarations.js

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ declare type RouterOptions = {
3636
fallback?: boolean;
3737
base?: string;
3838
linkActiveClass?: string;
39+
linkExactActiveClass?: string;
3940
parseQuery?: (query: string) => Object;
4041
stringifyQuery?: (query: Object) => string;
4142
scrollBehavior?: (

0 commit comments

Comments
 (0)