Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.d.ts 243B

12345678910111213141516
  1. import "./vue";
  2. import { VueRouter } from "./router";
  3. export default VueRouter;
  4. export {
  5. RouterMode,
  6. RawLocation,
  7. RedirectOption,
  8. RouterOptions,
  9. RouteConfig,
  10. RouteRecord,
  11. Location,
  12. Route,
  13. NavigationGuard
  14. } from "./router";