UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

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