scanbot-web-sdk
Version:
Scanbot Web Document and Barcode Scanner SDK
12 lines (11 loc) • 360 B
TypeScript
import { ScanbotAlertDialog } from "../../../configuration/common/ScanbotAlertDialog";
import React from "react";
declare class Props {
config: ScanbotAlertDialog;
open: boolean;
onCancelClick: () => void;
onOkClick: () => void;
onActionClick?: () => void;
}
export declare function AlertDialog(props: Props): React.JSX.Element;
export {};