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