UNPKG
react-routing-oidc
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
OIDC Client with React Routing
github.com/scor1on/react-oidc-routing
scor1on/react-oidc-routing
react-routing-oidc
/
dist
/
routes
/
oidc-routes.d.ts
7 lines
(6 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
5
6
7
/// <reference types="react" />
export
declare
const
OidRoutes
:
(
props
: { match: { url:
string
; }; }
) =>
JSX
.
Element
;