UNPKG

@hypernetlabs/web-ui

Version:
14 lines 507 B
import { PublicIdentifier, EthereumAddress, GatewayUrl, EPaymentType } from "@hypernetlabs/objects"; import React from "react"; interface PaymentWidgetProps { counterPartyAccount?: PublicIdentifier; amount?: string; expirationDate?: number; requiredStake?: string; paymentTokenAddress?: EthereumAddress; gatewayUrl?: GatewayUrl; paymentType?: EPaymentType; } export declare const PaymentWidget: React.FC<PaymentWidgetProps>; export {}; //# sourceMappingURL=PaymentWidget.d.ts.map