jslib-nightly
Version:
SheerID JavaScript Library
11 lines (10 loc) • 554 B
TypeScript
/// <reference types="react-intl" />
import React from 'react';
import { VerificationService } from '../../lib/types/types';
interface StepLicensedProfessionalPersonalInfoComponentProps {
verificationService: VerificationService;
}
export declare const StepLicensedProfessionalPersonalInfoComponent: React.ComponentClass<Pick<StepLicensedProfessionalPersonalInfoComponentProps, "verificationService">, any> & {
WrappedComponent: React.ComponentType<StepLicensedProfessionalPersonalInfoComponentProps & ReactIntl.InjectedIntlProps>;
};
export {};