UNPKG

svelte-maplibre-gl

Version:

Build interactive web maps effortlessly with MapLibre GL JS and Svelte

8 lines (7 loc) 254 B
import maplibregl from 'maplibre-gl'; interface Props { position?: maplibregl.ControlPosition; } declare const GlobeControl: import("svelte").Component<Props, {}, "">; type GlobeControl = ReturnType<typeof GlobeControl>; export default GlobeControl;