UNPKG
jslib-nightly
Version:
latest (1.62.0-alpha.1)
1.62.0-alpha.1
1.46.0-alpha.587
SheerID JavaScript Library
developer.sheerid.com
jslib-nightly
/
src
/
components
/
StepSSO
/
StepSSOComponent.d.ts
7 lines
(6 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
VerificationService
}
from
'../../lib/types/types'
;
interface
StepSSOProps
{
verificationService
:
VerificationService
; }
declare
const
StepSSOComponent
:
(
{ verificationService }:
StepSSOProps
) =>
JSX
.
Element
;
export
{
StepSSOComponent
};