UNPKG

@mattilsynet/designsystem-svelte

Version:

Design system for Mattilsynet

8 lines (7 loc) 273 B
import type { MTGeolocationOptions } from '../../../ts'; interface Props { geolocationOptions?: MTGeolocationOptions; } declare const Geolocation: import("svelte").Component<Props, {}, "">; type Geolocation = ReturnType<typeof Geolocation>; export default Geolocation;