@lglab/react-qr-code
Version:
React library to generate QR codes
9 lines • 347 B
TypeScript
import { BackgroundSettings } from '../types/lib';
interface BackgroundProps {
background?: BackgroundSettings;
bgGradientId: string;
numCells: number;
}
export declare const Background: ({ background, bgGradientId, numCells }: BackgroundProps) => import("react").JSX.Element | null;
export {};
//# sourceMappingURL=background.d.ts.map