We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a8c1e commit 4c57d3eCopy full SHA for 4c57d3e
src/react/ReactRouter.hx
@@ -29,6 +29,9 @@ extern class IndexRoute {}
29
@:jsRequire('react-router','IndexRedirect')
30
extern class IndexRedirect {}
31
32
+@:jsRequire('react-router','RouterContext')
33
+extern class RouterContext {}
34
+
35
typedef RoutePropsOfParams<P> = RoutePropsOf<P, Dynamic>;
36
typedef RoutePropsOfQuery<Q> = RoutePropsOf<Dynamic, Q>;
37
0 commit comments