UNPKG

svelte-maplibre-gl

Version:

Build interactive web maps effortlessly with MapLibre GL JS and Svelte

5 lines (4 loc) 183 B
import maplibregl from 'maplibre-gl'; export type MapLayerEventProps = { [K in keyof maplibregl.MapLayerEventType as `on${K}`]?: (ev: maplibregl.MapLayerEventType[K]) => void; };