@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) • 379 B
TypeScript
import { CardScanApi, CardScanError } from "../types/types";
export declare const webSocketHandler: (cardScanApi: React.MutableRefObject<CardScanApi | null>, cardIdRef: any, onError: any, stateMachineState: any, stateMachineSend: any, backSideSupport: boolean | undefined, eligibilitySupport: boolean, onEligibilityError: ((error: CardScanError) => void) | undefined) => void;