UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

7 lines (6 loc) 163 B
import React from "react"; interface Props { image: string | null; } export declare function AcknowledgementImage(props: Props): React.JSX.Element; export {};