Skip to content

Commit 4c57d3e

Browse files
committed
Add RouterContext
1 parent 22a8c1e commit 4c57d3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/react/ReactRouter.hx

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ extern class IndexRoute {}
2929
@:jsRequire('react-router','IndexRedirect')
3030
extern class IndexRedirect {}
3131

32+
@:jsRequire('react-router','RouterContext')
33+
extern class RouterContext {}
34+
3235
typedef RoutePropsOfParams<P> = RoutePropsOf<P, Dynamic>;
3336
typedef RoutePropsOfQuery<Q> = RoutePropsOf<Dynamic, Q>;
3437

0 commit comments

Comments
 (0)