UNPKG

@spot-flow/checkout-inline-js

Version:

This project is an inline library that enables users to make payments seamlessly. It integrates smoothly into your application, providing a streamlined checkout experience.

10 lines (9 loc) 303 B
export declare class TransactionErrorScreen { container: HTMLDivElement; currency: string; maxAmount: string; constructor(container: HTMLDivElement); setLimitInfo(currency: string, amount: number | string): void; renderContent(actionLink?: string): void; render(): string; }