@geogirafe/lib-geoportal
Version:
GeoGirafe is a flexible application to build online geoportals.
12 lines (11 loc) • 388 B
TypeScript
import GirafeHTMLElement from '../../base/GirafeHTMLElement.js';
export default class MenuMobileOfflineButton extends GirafeHTMLElement {
protected templateUrl: string | null;
protected styleUrls: string[] | null;
template: () => import("uhtml").Hole;
icon: string;
label: string;
constructor();
onPointerUp(): void;
protected connectedCallback(): void;
}