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.

14 lines (13 loc) 320 B
type Props = { container: HTMLDivElement; closeCallback: () => void; }; export declare class TestCard { container: HTMLDivElement; closeCallback: () => void; constructor({ container, closeCallback }: Props); render(): string; attachListener(): void; renderComponent(): void; } export {};