@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) • 326 B
TypeScript
type Props = {
container: HTMLDivElement;
onAction: (_val: number) => void;
};
export declare class TransferConfirmatioOne {
container: HTMLDivElement;
onAction: (_val: number) => void;
constructor(props: Props);
attachListeners(): void;
renderComponent(): void;
render(): string;
}
export {};