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