]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
fix: remove unused exports
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 17 Feb 2020 09:04:33 +0000 (10:04 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 17 Feb 2020 09:04:33 +0000 (10:04 +0100)
src/index.ts

index d435747947f08ac212b8faf8afdab351ab798fd6..ca909961a3f28edc6e699c07e3e15c62d79b7f9b 100644 (file)
@@ -8,9 +8,6 @@ import {
 } from './types'
 import { onBeforeRouteLeave } from './navigationGuards'
 
-export { PathParserOptions } from './matcher'
-export { RouteLocationOptions } from './types/index'
-
 // declare module '@vue/runtime-core' {
 //   interface Inject {
 //     (name: 'router'): Router