Skip to content

Commit b399ee2

Browse files
chore(flow): Add link exact active class to router options
1 parent 7a4c44b commit b399ee2

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)