UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

11 lines (9 loc) 449 B
import { default as 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 {};