UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

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