UNPKG

svelte-maplibre-gl

Version:

Build interactive web maps effortlessly with MapLibre GL JS and Svelte

9 lines (8 loc) 277 B
import maplibregl from 'maplibre-gl'; type $$ComponentProps = { scheme: string; loadFn: maplibregl.AddProtocolAction; }; declare const Protocol: import("svelte").Component<$$ComponentProps, {}, "">; type Protocol = ReturnType<typeof Protocol>; export default Protocol;