UNPKG

@blocklet/payment-react

Version:

Reusable react components for payment kit v2

6 lines (5 loc) 208 B
import type { PaymentDetails, TPaymentMethod } from '@blocklet/payment-types'; export default function TxGas(props: { details: PaymentDetails; method: TPaymentMethod; }): import("react").JSX.Element;