UNPKG

@leelexuan/react-qr-scanner

Version:

An enhanced React library for QR code scanning with API interaction capabilities and support for mouse-click detection on bounding boxes.

9 lines 282 B
import React from 'react'; interface IOnOffProps { scanning: boolean; startScanning: (deviceId?: string | undefined) => void; stopScanning: () => void; } export default function OnOff(props: IOnOffProps): React.JSX.Element; export {}; //# sourceMappingURL=OnOff.d.ts.map