UNPKG
hele-router
Version:
latest (0.1.0)
0.1.0
Declarative routing for hele.
github.com/huang2002/hele-router
huang2002/hele-router
hele-router
/
typings
/
index.d.ts
9 lines
(8 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
*
from
"./utils"
;
export
*
from
"./Router"
;
export
*
from
"./HistoryRouter"
;
export
*
from
"./HashRouter"
;
export
*
from
"./Switch"
;
export
*
from
"./testRoute"
;
export
*
from
"./Route"
;
export
*
from
"./Link"
;