UNPKG

@blocklet/payment-react

Version:

Reusable react components for payment kit v2

3 lines (2 loc) 182 B
import type { CheckoutV2Props } from './types'; export default function CheckoutV2({ id, onPaid, onError, theme, mode, extraParams, }: CheckoutV2Props): import("react").JSX.Element;