Skip to content

Commit d04c640

Browse files
committed
feat: export more features
1 parent 907ad0d commit d04c640

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/router/index.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1+
export {
2+
createBrowserHistory,
3+
createHashHistory,
4+
createMemoryHistory,
5+
createPath
6+
} from 'history'
17
import { Route } from './core/route'
28

39
export {
10+
Router,
411
BrowserRouter,
512
HashRouter,
13+
type RouterProps,
614
type BrowserRouterProps,
715
type HashRouterProps
816
} from './components/Router'

0 commit comments

Comments
 (0)