UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

12 lines (10 loc) 508 B
import { default as React } from 'react'; import { VerificationService } from '../../lib/types/types'; interface StepEmploymentPersonalInfoComponentProps { intl: any; verificationService: VerificationService; } export declare const StepEmploymentPersonalInfoComponent: React.ComponentClass<Pick<StepEmploymentPersonalInfoComponentProps, "verificationService">, any> & { WrappedComponent: React.ComponentType<StepEmploymentPersonalInfoComponentProps & ReactIntl.InjectedIntlProps>; }; export {};