UNPKG

@daimo/pay

Version:

Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.

13 lines (12 loc) 404 B
import QRCodeUtil from "qrcode"; import React from "react"; type Props = { ecl?: QRCodeUtil.QRCodeErrorCorrectionLevel; size?: number; uri: string; clearArea?: boolean; image?: React.ReactNode; imageBackground?: string; }; export declare function QRCode({ ecl, size: sizeProp, uri, clearArea, image, imageBackground, }: Props): import("react/jsx-runtime").JSX.Element; export {};