UNPKG

@cardscan.ai/insurance-cardscan-react

Version:

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

3 lines (2 loc) 232 B
import { Dispatch, SetStateAction } from "react"; export declare const cleanUp: (scanCaptureBuffer: any, setScanProgress: Dispatch<SetStateAction<number>>, videoRefBg: React.RefObject<HTMLVideoElement>, cardScanApi: any) => void;