@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.
11 lines (10 loc) • 327 B
TypeScript
export declare class PageLoader {
private container;
constructor(container: HTMLElement | Element);
renderContent(): HTMLElement | Element;
mountLoader(height?: string): void;
unmountLoader(): void;
updateMessage(msg: string, subMsg?: string): void;
renderComponent(): void;
render(): string;
}