UNPKG

@coin-voyage/paykit

Version:

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

9 lines (8 loc) 242 B
import type React from "react"; export type CustomQRCodeProps = { value?: string; image?: React.ReactNode; imageBackground?: string; imagePosition?: "center" | "bottom right"; tooltipMessage?: React.ReactNode | string; };