jslib-nightly
Version:
SheerID JavaScript Library
14 lines (13 loc) • 541 B
TypeScript
/// <reference types="react-intl" />
/**
* TODO - preamble
*/
import React from 'react';
import { VerificationService } from '../../lib/types/types';
interface StepEmploymentPersonalInfoComponentProps {
verificationService: VerificationService;
}
export declare const StepEmploymentPersonalInfoComponent: React.ComponentClass<Pick<StepEmploymentPersonalInfoComponentProps, "verificationService">, any> & {
WrappedComponent: React.ComponentType<StepEmploymentPersonalInfoComponentProps & ReactIntl.InjectedIntlProps>;
};
export {};