UNPKG

svelte-maplibre-gl

Version:

Build interactive web maps effortlessly with MapLibre GL JS and Svelte

8 lines (7 loc) 182 B
interface Props { id: string; url: string; } declare const Sprite: import("svelte").Component<Props, {}, "">; type Sprite = ReturnType<typeof Sprite>; export default Sprite;