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) 156 B
import React, { FC } from "react"; type Props = { children: React.ReactNode; }; declare const CardCapture: FC<Props>; export default CardCapture;