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
/
components
/
Routes
/
index.d.ts
6 lines
(5 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="react" />
declare
function
Routes
(
routes
:
any
,
extraProps
?: { guardData: ObjectConstructor; },
switchProps
?: {}
):
JSX
.
Element
|
null
;
export
default
Routes
;