Skip to content

Commit

Permalink
fix(MatchRoute): Export TraversalCandidate as part of public API
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRyanDev committed Apr 3, 2016
1 parent 4792acc commit 0ecf695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ export { RouteParams } from './route-params';
export { useLocationMiddleware, useRouteSetMiddleware, RouteSet, NextRoute } from './route-set';
export { usePreRenderMiddleware, usePostRenderMiddleware, RenderInstruction } from './component-renderer';
export { Routes, Route, IndexRoute } from './route';
export { useTraversalMiddleware } from './match-route';
export { useTraversalMiddleware, TraversalCandidate } from './match-route';
export { QueryParams } from './query-params';
export { LinkTo } from './link-to';

0 comments on commit 0ecf695

Please sign in to comment.