UNPKG

vue-maplibre-gl

Version:
4 lines (3 loc) 198 B
import { ValidLanguages } from '../types.ts'; import { Map as MaplibreMap } from 'maplibre-gl'; export declare function setPrimaryLanguage(map: MaplibreMap, lang: ValidLanguages | undefined): void;