@lglab/react-qr-code
Version:
React library to generate QR codes
4 lines • 381 B
TypeScript
import { DownloadRasterProps, DownloadSVGProps } from '../types/utils';
export declare const downloadSVG: ({ svgRef, fileSize, fileName }: DownloadSVGProps) => void;
export declare const downloadRaster: ({ svgRef, fileSize, fileName, fileFormat, imageSettings, calculatedImageSettings, size, numCells, margin, }: DownloadRasterProps) => void;
//# sourceMappingURL=download.d.ts.map