UNPKG

svelte-local-gpx-viewer

Version:

Local-first GPX routes viewer. Svelte-based components. Useable in Svelte projects and standalone (vanilla JS).

4 lines (3 loc) 149 B
declare const GpxLoad: import("svelte").Component<Record<string, never>, {}, "">; type GpxLoad = ReturnType<typeof GpxLoad>; export default GpxLoad;