UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

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