UNPKG

@khmyznikov/pwa-install

Version:

PWA install dialog provide more convenience user experience and fix lack of native dialogs in some browsers.

18 lines (17 loc) 580 B
import { LitElement } from 'lit'; import { ManifestScreenshot } from '../types/types'; export default class PWAGalleryElement extends LitElement { screenshots: ManifestScreenshot[]; theme: 'default' | 'apple_desktop' | 'apple_mobile'; rtl: boolean; static get styles(): CSSStyleSheet; private getScrollElements; private findCurrentItem; private scrollToPage; scrollToNextPage: () => void; scrollToPrevPage: () => void; private _init; firstUpdated(): void; connectedCallback(): void; render(): import("lit").TemplateResult<1>; }