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.

7 lines (6 loc) 186 B
export declare class SharedErrorScreen { container: HTMLDivElement; constructor(container: HTMLDivElement); renderContent(actionLink?: string): void; render(): string; }