UNPKG

svelte-maplibre-gl

Version:

Build interactive web maps effortlessly with MapLibre GL JS and Svelte

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