UNPKG

@blocklet/payment-react

Version:

Reusable react components for payment kit v2

3 lines (2 loc) 230 B
import type { CheckoutProps } from '../types'; export default function CheckoutForm({ id, mode, onPaid, onError, onChange, goBack, extraParams, action, theme, formType, ...restProps }: CheckoutProps): import("react").JSX.Element;