UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

10 lines (9 loc) 324 B
import React from "react"; import { PageSnapFeedbackMode } from "../../../configuration/document/CameraScreenConfiguration"; declare class Props { visible: boolean; base64Image: string | null; mode: PageSnapFeedbackMode; } export declare function AcknowledgementFade(props: Props): React.JSX.Element; export {};