@mattilsynet/designsystem-svelte
Version:
Design system for Mattilsynet
8 lines (7 loc) • 474 B
TypeScript
import type Feature from 'ol/Feature';
import type Map from 'ol/Map';
import type { Coordinate } from 'ol/coordinate';
export declare const CLICK_POPUP_CLOSE_ID = "popup-closer";
export declare function createClickMarkerContent(closeBtnLabel: string): (feature: Feature) => string;
export declare function setOverlayPosition(map: Map, overlayId: string, coordinate?: Coordinate): void;
export declare function setOverlayContent(map: Map, id: string, content: string): void;