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
/
StepSocialSecurityNumber
/
SsnChoice.d.ts
8 lines
(7 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
type
Props
= {
useSsn
:
() =>
void
;
useDocUpload
:
() =>
void
;
verificationService
:
any
; };
export
declare
const
SsnChoice
:
(
{ useSsn, useDocUpload, verificationService }:
Props
) =>
JSX
.
Element
;
export
{};