UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

10 lines (9 loc) 243 B
import React from "react"; type Props = { backgroundColor: string; isOpen: boolean; onClose: () => void; children?: React.ReactNode; }; export declare function IntroductionPopupBase(props: Props): React.JSX.Element; export {};