UNPKG

react-qr-hooks

Version:
3 lines (2 loc) 164 B
import QrCode from 'qrcode'; export declare const useQrEncode: (text: string | QrCode.QRCodeSegment[], options?: QrCode.QRCodeToDataURLOptions) => string | null;