jslib-nightly
Version:
SheerID JavaScript Library
11 lines (10 loc) • 480 B
TypeScript
import { MaxReviewTime, VerificationService, PendingResponse } from '../../es6';
interface ReviewPendingProps {
intl: any;
logo: JSX.Element;
verificationService: VerificationService;
maxReviewTime?: MaxReviewTime;
}
export declare const timesChanged: (previousResponse: PendingResponse, currentResponse: PendingResponse) => boolean;
export declare const ReviewPendingComponent: ({ intl, logo, verificationService }: ReviewPendingProps) => JSX.Element;
export {};