UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

13 lines (11 loc) 473 B
import { default as 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 {};