@sheerid/jslib-nightly
Version:
SheerID JavaScript Library
10 lines (9 loc) • 472 B
TypeScript
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 {};