UNPKG

135 BTypeScriptView Raw
1import { createRouter } from "./vue-router.common";
2import { Route } from './typings/router-service';
3
4export { createRouter, Route };