UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

9 lines (8 loc) 365 B
import React from "react"; import { AcknowledgementDocumentQualityWarning } from "../../../configuration/document/AcknowledgementScreenConfiguration"; declare class Props { config?: AcknowledgementDocumentQualityWarning; } export declare const BannerHeight: number; export declare function QualityInsufficientBanner(props: Props): React.JSX.Element; export {};