UNPKG
react-router-guard
Version:
latest (2.3.1)
2.3.1
2.3.0
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
React Router Guard
github.com/laptransang/react-router-guard
laptransang/react-router-guard
react-router-guard
/
dist
/
models.d.ts
8 lines
(7 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
IConfig
{
path
:
string
;
component
:
() =>
void
;
redirect
?:
string
;
exact
:
boolean
;
canActivate
:
Array
<
Promise
<
Function
>>; }