UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

12 lines (11 loc) 457 B
import React from 'react'; import { InjectedIntl } from 'react-intl'; import { VerificationService } from '../../lib/types/types'; interface StepSMSLoopProps { intl: InjectedIntl; verificationService: VerificationService; } export declare const StepSMSLoopComponent: React.ComponentClass<Pick<StepSMSLoopProps, "verificationService">, any> & { WrappedComponent: React.ComponentType<StepSMSLoopProps & ReactIntl.InjectedIntlProps>; }; export {};