UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

14 lines (13 loc) 525 B
/// <reference types="react-intl" /> /** * TODO - preamble */ import React from 'react'; import { VerificationService } from '../../lib/types/types'; interface StepSeniorPersonalInfoComponentProps { verificationService: VerificationService; } export declare const StepSeniorPersonalInfoComponent: React.ComponentClass<Pick<StepSeniorPersonalInfoComponentProps, "verificationService">, any> & { WrappedComponent: React.ComponentType<StepSeniorPersonalInfoComponentProps & ReactIntl.InjectedIntlProps>; }; export {};