UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

15 lines (13 loc) 593 B
import { default as React } from 'react'; import { VerificationService } from '../../lib/types/types'; interface StepSeniorPersonalInfoComponentProps { verificationService: VerificationService; } /** * @deprecated - Use StepAgePersonalInfoComponent instead. * @todo - Remove componenet from entire package */ export declare const StepSeniorPersonalInfoComponent: React.ComponentClass<Pick<StepSeniorPersonalInfoComponentProps, "verificationService">, any> & { WrappedComponent: React.ComponentType<StepSeniorPersonalInfoComponentProps & ReactIntl.InjectedIntlProps>; }; export {};