UNPKG

@charmr/oauth-button-web

Version:

A lightweight, framework-agnostic OAuth login button as a custom Web Component. Easily drop it into any HTML, React, Angular, or Vue project.

14 lines (13 loc) 372 B
export declare class OAuthLoginButtonWeb extends HTMLElement { static get observedAttributes(): string[]; private button; private startLogin; private getProps; constructor(); connectedCallback(): void; attributeChangedCallback(): void; private attachEvents; private rememberProvider; private updateController; private render; }