UNPKG

@mattilsynet/designsystem-svelte

Version:

Design system for Mattilsynet

5 lines (4 loc) 237 B
import { Control } from 'ol/control'; import { type Map } from 'ol'; import type { MTGeolocationOptions } from '../../../ts'; export declare function createGeolocationControl(map: Map, geolocationOptions: MTGeolocationOptions): Control;