add routeType to export

This commit is contained in:
syy11cn 2021-10-22 15:56:23 +08:00
parent 48b594ed89
commit e79be9201d
1 changed files with 1 additions and 1 deletions

View File

@ -75,4 +75,4 @@ const RouterView: FunctionComponent<RouterViewProps> = ({
);
};
export { RouterView };
export { RouterView, routeType };