UNPKG

@otterscan/react-qr-reader

Version:

A React Component for reading QR codes from the webcam

4 lines (3 loc) 130 B
import * as React from 'react'; import { QrReaderProps } from '../types'; export declare const QrReader: React.FC<QrReaderProps>;