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
/
components
/
auth
/
LogoutCallback.d.ts
3 lines
(2 loc)
•
90 B
TypeScript
View Raw
1
2
3
/// <reference types="react" />
export
declare
const
LogoutCallback
:
() =>
JSX
.
Element
;