@cardscan.ai/insurance-cardscan-react
Version:
A library that makes it easy to add health insurance card scanning to any web application
4 lines (3 loc) • 380 B
TypeScript
import { TCameraOptions } from "../../types/scanview.types";
declare const useCustomWidget: (autoSwitchActiveColor?: string, autoSwitchInactiveColor?: string, progressBarColor?: string, widgetBackgroundColor?: string, messageFontSize?: string, messageTextColor?: string, messageBackgroundColor?: string, cameraOptions?: TCameraOptions) => void;
export default useCustomWidget;