@sheerid/jslib-nightly
Version:
SheerID JavaScript Library
12 lines (10 loc) • 499 B
TypeScript
import { default as React } from 'react';
import { InjectedIntl } from 'react-intl';
import { VerificationService } from '../../../../lib/types/types';
export interface IdCheckLoopOnfidoProps {
verificationService: VerificationService;
intl: InjectedIntl;
}
export declare const IdCheckLoopOnfidoComponent: React.ComponentClass<Pick<IdCheckLoopOnfidoProps, "verificationService">, any> & {
WrappedComponent: React.ComponentType<IdCheckLoopOnfidoProps & ReactIntl.InjectedIntlProps>;
};