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 276 B
import React, { CSSProperties } from 'react'; interface ITorchOffProps { onClick: () => void; className?: string; style?: CSSProperties; } export default function TorchOff(props: ITorchOffProps): React.JSX.Element; export {}; //# sourceMappingURL=TorchOff.d.ts.map