diff --git a/src/index.tsx b/src/index.tsx index 733971d..c48cbbe 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -75,4 +75,4 @@ const RouterView: FunctionComponent = ({ ); }; -export { RouterView }; +export { RouterView, routeType };