UNPKG

svelte-maplibre-gl

Version:

Build interactive web maps effortlessly with MapLibre GL JS and Svelte

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