UNPKG

@cardscan.ai/insurance-cardscan-react

Version:

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

7 lines (6 loc) 140 B
import { FC } from "react"; type Props = { isMobile?: boolean; }; declare const ScanSwitch: FC<Props>; export default ScanSwitch;