add IndexLink to the default export

This commit is contained in:
Sergey Buturlakin
2015-11-19 19:13:28 +02:00
parent 91e9c035e1
commit 9962a6144e
+2 -1
View File
@@ -406,8 +406,9 @@ declare module "react-router" {
export {
Router,
Link,
IndexRoute,
IndexLink,
IndexRedirect,
IndexRoute,
Redirect,
Route,
History,