UNPKG

svelte-maplibre-gl

Version:

Build interactive web maps effortlessly with MapLibre GL JS and Svelte

5 lines (4 loc) 187 B
import maplibregl from 'maplibre-gl'; declare const Light: import("svelte").Component<maplibregl.LightSpecification, {}, "">; type Light = ReturnType<typeof Light>; export default Light;