UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

13 lines (11 loc) 532 B
import { default as 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 {};