UNPKG

qrcode-kr

Version:

A customizable QR code generator for React and Next.js with logo support and styling options

4 lines (3 loc) 125 B
import React from 'react'; import { QRCodeKRProps } from '../types'; export declare const QRCodeKR: React.FC<QRCodeKRProps>;