UNPKG

@boligmappa/web-component-auth

Version:

Web component for authenticating a user towards Boligmappa

6 lines 251 B
import { LitElement, TemplateResult, CSSResult } from "lit"; export declare class LoadingAnimationAuth extends LitElement { static get styles(): CSSResult[]; render(): TemplateResult; } //# sourceMappingURL=loading-animation-auth.d.ts.map