UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

15 lines (14 loc) 543 B
/** * TODO - preamble */ import React from 'react'; import { InjectedIntl } from 'react-intl'; import { VerificationService } from '../../lib/types/types'; interface StepAgePersonalInfoComponentProps { intl: InjectedIntl; verificationService: VerificationService; } export declare const StepAgePersonalInfoComponent: React.ComponentClass<Pick<StepAgePersonalInfoComponentProps, "verificationService">, any> & { WrappedComponent: React.ComponentType<StepAgePersonalInfoComponentProps & ReactIntl.InjectedIntlProps>; }; export {};