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) 170 B
import { MutableRefObject } from "react"; declare const useRect: () => [ DOMRect | null, MutableRefObject<HTMLDivElement | null> ]; export default useRect;