UNPKG

@boligmappa/web-component-search

Version:

Web component for interacting with the Boligmappa APIs

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