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