UNPKG

@cardscan.ai/insurance-cardscan-react

Version:

A library that makes it easy to add health insurance card scanning to any web application

8 lines (7 loc) 273 B
/// <reference types="react" /> declare const ScanErrorWrapper: ({ sessionToken, children, fullScreen, }: { sessionToken: string; children: JSX.Element; fullScreen: boolean; }) => import("react/jsx-runtime").JSX.Element; export default ScanErrorWrapper;