UNPKG

@qlexqndru/react-qr-scanner

Version:

A library to scan QR codes in React. Fork of yudielcurbelo/react-qr-scanner

10 lines 299 B
import React, { CSSProperties } from 'react'; interface ICameraOnProps { onClick: () => void; disabled: boolean; className?: string; style?: CSSProperties; } export default function CameraOn(props: ICameraOnProps): React.JSX.Element; export {}; //# sourceMappingURL=CameraOn.d.ts.map