jslib-nightly
Version:
SheerID JavaScript Library
11 lines (10 loc) • 470 B
TypeScript
/// <reference types="react-intl" />
import React from 'react';
import { VerificationService } from '../../lib/types/types';
interface StepSocialSecurityNumberProps {
verificationService: VerificationService;
}
export declare const StepSocialSecurityNumber: React.ComponentClass<Pick<StepSocialSecurityNumberProps, "verificationService">, any> & {
WrappedComponent: React.ComponentType<StepSocialSecurityNumberProps & ReactIntl.InjectedIntlProps>;
};
export {};