@sheerid/jslib-nightly
Version:
SheerID JavaScript Library
13 lines (11 loc) • 716 B
TypeScript
import { default as React } from 'react';
import { VerificationService } from '../../lib/types/types';
interface StepDriverLicensePersonalInfoComponentProps {
intl: any;
verificationService: VerificationService;
}
export declare const StepDriverLicensePersonalInfo: ({ intl, verificationService, }: StepDriverLicensePersonalInfoComponentProps) => React.JSX.Element;
export declare const StepDriverLicensePersonalInfoComponent: React.ComponentClass<Pick<StepDriverLicensePersonalInfoComponentProps, "verificationService">, any> & {
WrappedComponent: React.ComponentType<StepDriverLicensePersonalInfoComponentProps & ReactIntl.InjectedIntlProps>;
};
export default StepDriverLicensePersonalInfoComponent;