UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

15 lines (14 loc) 441 B
import GirafeHTMLElement from '../../base/GirafeHTMLElement'; declare class CoordinateComponent extends GirafeHTMLElement { #private; template: () => import("uhtml").Hole; east: string | null; north: string | null; constructor(); get locale(): string; render(): void; registerEvents(): void; onChangeCoordinates(coord: number[]): void; connectedCallback(): void; } export default CoordinateComponent;