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.

12 lines (11 loc) 243 B
type Props = { container: HTMLDivElement; }; export declare class TransferExpired { container: HTMLDivElement; constructor(props: Props); attachListeners(): void; renderComponent(): void; render(): string; } export {};