UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

16 lines (15 loc) 713 B
/// <reference types="react-intl" /> /** * TODO - preamble */ import React from 'react'; import { VerificationService } from '../../lib/types/types'; interface StepDriverLicensePersonalInfoComponentProps { intl: any; verificationService: VerificationService; } export declare const StepDriverLicensePersonalInfo: ({ intl, verificationService }: StepDriverLicensePersonalInfoComponentProps) => JSX.Element; export declare const StepDriverLicensePersonalInfoComponent: React.ComponentClass<Pick<StepDriverLicensePersonalInfoComponentProps, "verificationService">, any> & { WrappedComponent: React.ComponentType<StepDriverLicensePersonalInfoComponentProps & ReactIntl.InjectedIntlProps>; }; export {};