UNPKG

glcvdv-lite-api-map

Version:

A lightweight API for interactive hotel maps with Mapbox integration

3 lines 204 B
import { type Hotel, type MapOptions } from '../../types'; export declare const updateSource: (map: mapboxgl.Map, hotels: Hotel[], options: MapOptions) => void; //# sourceMappingURL=update-source.d.ts.map