UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

11 lines (10 loc) 308 B
import React from "react"; import { ScanbotAlertDialog } from "../../../configuration"; declare class Props { open: boolean; onDismiss: () => void; onSubmit: () => void; style: ScanbotAlertDialog; } export declare function FindAndPickSubmitDialog(props: Props): React.JSX.Element; export {};