Skip to content

Commit 4f312a2

Browse files
committed
fix export type
1 parent 622e185 commit 4f312a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from './matchers'
2-
export type { Route, Router, MatchedHandler } from './router'
2+
export type { Route, MatchedHandler } from './router'
3+
export { Router } from './router'

0 commit comments

Comments
 (0)