@sheerid/jslib-nightly
Version:
SheerID JavaScript Library
12 lines (11 loc) • 736 B
TypeScript
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;