@geogirafe/lib-geoportal
Version:
GeoGirafe is a flexible application to build online geoportals.
13 lines (12 loc) • 443 B
TypeScript
import GirafeHTMLElement from '../../base/GirafeHTMLElement.js';
declare class ScaleComponent extends GirafeHTMLElement {
protected templateUrl: string | null;
protected styleUrls: string[] | null;
template: () => import("uhtml").Hole;
constructor();
registerEvents(): void;
onScaleChanged(): void;
getFormatedScale(scale?: number): string;
protected connectedCallback(): void;
}
export default ScaleComponent;