UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

12 lines (11 loc) 366 B
import GirafeHTMLElement from '../../base/GirafeHTMLElement'; declare class ScaleComponent extends GirafeHTMLElement { template: () => import("uhtml").Hole; constructor(); render(): void; registerEvents(): void; onScaleChanged(): void; getFormatedScale(scale?: number): string; connectedCallback(): void; } export default ScaleComponent;