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.

21 lines (20 loc) 615 B
export declare class ButtonElement extends HTMLElement { button: HTMLElement | undefined; props: { product: undefined; 'redirect-url': undefined; step: undefined; steps: undefined; locale: undefined; session: undefined; country: undefined; }; constructor(); render(): void; createElement(): HTMLDivElement; createButton(): HTMLElement; configure(): void; createStyle(): HTMLStyleElement; static get observedAttributes(): string[]; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; }