UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

16 lines (15 loc) 622 B
/** * Step Teacher Personal Info Component * TODO - We need to import more from es6 */ import React from 'react'; import { InjectedIntl } from 'react-intl'; import { VerificationService } from '../../lib/types/types'; interface StepTeacherPersonalInfoComponentProps { intl: InjectedIntl; verificationService: VerificationService; } export declare const StepTeacherPersonalInfoComponent: React.ComponentClass<Pick<StepTeacherPersonalInfoComponentProps, "verificationService">, any> & { WrappedComponent: React.ComponentType<StepTeacherPersonalInfoComponentProps & ReactIntl.InjectedIntlProps>; }; export {};