UNPKG

svelte-maplibre-gl

Version:

Build interactive web maps effortlessly with MapLibre GL JS and Svelte

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