UNPKG

abowire

Version:

This is the official **Abowire Javascript SDK**, which makes it easy to connect to the Abowire **GraphQL API** and includes all the required dependencies you need.

23 lines (22 loc) 668 B
export declare class CheckoutElement extends HTMLElement { props: { product: undefined; "redirect-url": undefined; "on-success": undefined; steps: undefined; step: undefined; locale: undefined; session: undefined; country: undefined; show: boolean; }; constructor(); render(): void; createElement(): HTMLDivElement; configure(): void; createStyle(): HTMLStyleElement; static get observedAttributes(): string[]; connectedCallback(): void; disconnectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; }