UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

8 lines (7 loc) 267 B
import GirafeHTMLElement from '../../base/GirafeHTMLElement'; export default class AlignNorthButtonMobile extends GirafeHTMLElement { template: () => import("uhtml").Hole; constructor(); connectedCallback(): void; alignNorth(e: PointerEvent): void; }