@sheerid/jslib-nightly
Version:
SheerID JavaScript Library
14 lines (12 loc) • 432 B
TypeScript
import { default as React } from 'react';
import { VerificationService } from '../../lib/types/types';
interface Props {
verificationService: VerificationService;
}
/**
* This was part of the legacy doc upload. It's now only used as it was exported
* from the es6 file.
* @deprecated
*/
declare const AcceptableUploadsComponent: ({ verificationService }: Props) => React.JSX.Element;
export { AcceptableUploadsComponent };