UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

13 lines (12 loc) 605 B
import React from 'react'; import { InjectedIntl } from 'react-intl'; import { VerificationService } from '../../lib/types/types'; interface StepEmailLoopComponentProps { intl: InjectedIntl; verificationService: VerificationService; } export declare const StepEmailLoop: ({ intl, verificationService }: StepEmailLoopComponentProps) => JSX.Element; export declare const StepEmailLoopComponent: React.ComponentClass<Pick<StepEmailLoopComponentProps, "verificationService">, any> & { WrappedComponent: React.ComponentType<StepEmailLoopComponentProps & ReactIntl.InjectedIntlProps>; }; export {};