@boligmappa/web-component-connect
Version:
Web Component button for initating the sign in process of the Boligmappa Auth Component
12 lines • 392 B
TypeScript
import { LitElement, TemplateResult } from "lit";
export declare class BoligmappaConnect extends LitElement {
constructor();
development: boolean;
buttonText: string;
authBaseUrl: string;
static styles: import("lit").CSSResult;
firstUpdated(): void;
private onConnectClick;
render(): TemplateResult;
}
//# sourceMappingURL=BoligmappaConnect.d.ts.map