UNPKG

react-native-qrcode-styled

Version:

A fully customizable QR Code generator for React Native based on react-native-svg and javascript-qrcode.

7 lines 292 B
import type { BitMatrix } from '../types'; import { QRCodeMessage, QRCodeOptions } from '../adapters/qrcode'; export default function useQRCodeData(data: QRCodeMessage, options: QRCodeOptions): { bitMatrix: BitMatrix; qrCodeSize: number; }; //# sourceMappingURL=useQRCodeData.d.ts.map