UNPKG

@lglab/react-qr-code

Version:

React library to generate QR codes

4 lines 280 B
import { ReactQRCodeProps, ReactQRCodeRef } from './types/lib'; declare const ReactQRCode: import('react').ForwardRefExoticComponent<Omit<ReactQRCodeProps, "ref"> & import('react').RefAttributes<ReactQRCodeRef>>; export { ReactQRCode }; //# sourceMappingURL=react-qr-code.d.ts.map