UNPKG

@daimo/pay

Version:

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

6 lines (5 loc) 205 B
/** Shows payment amount. */ export declare const OrderHeader: ({ minified, show, }: { minified?: boolean; show?: "evm" | "solana" | "zkp2p" | "all"; }) => import("react/jsx-runtime").JSX.Element;