UNPKG

react-fancy-qrcode

Version:

Customizable QR code generated for React & React Native

3 lines (2 loc) 149 B
import { ErrorCorrection } from "./types"; export declare const generateDataMatrix: (value: string, errorCorrection: ErrorCorrection) => number[][];