UNPKG

@qlexqndru/react-qr-scanner

Version:

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

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