UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

11 lines (9 loc) 473 B
import { default as React } from 'react'; import { VerificationService } from '../../lib/types/types'; interface StepMoverPersonalInfoComponentProps { verificationService: VerificationService; } export declare const StepMoverPersonalInfoComponent: React.ComponentClass<Pick<StepMoverPersonalInfoComponentProps, "verificationService">, any> & { WrappedComponent: React.ComponentType<StepMoverPersonalInfoComponentProps & ReactIntl.InjectedIntlProps>; }; export {};