UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

12 lines (11 loc) 707 B
import { default as React } from 'react'; import { VerificationService } from '../../lib/types/types'; interface StepMedicalProfessionalPersonalInfoComponentProps { verificationService: VerificationService; intl: any; } export declare const StepMedicalProfessionalPersonalInfo: ({ intl, verificationService, }: StepMedicalProfessionalPersonalInfoComponentProps) => React.JSX.Element; export declare const StepMedicalProfessionalPersonalInfoComponent: React.ComponentClass<Pick<StepMedicalProfessionalPersonalInfoComponentProps, "verificationService">, any> & { WrappedComponent: React.ComponentType<StepMedicalProfessionalPersonalInfoComponentProps & ReactIntl.InjectedIntlProps>; }; export {};