diff --git a/src/geolocation/ReverseGeolocationState.ts b/src/geolocation/ReverseGeolocationState.ts index 4f84adf..17f354d 100644 --- a/src/geolocation/ReverseGeolocationState.ts +++ b/src/geolocation/ReverseGeolocationState.ts @@ -6,7 +6,7 @@ import {pointToPointCourseDistance} from "./geo-utils"; /** * Configuration for creating an initial {@link ReverseGeolocationState}. */ -export type ReverseGeolocationStateConfig = Omit; +export type ReverseGeolocationStateConfig = Omit; /** * {@link ReverseGeolocationState} holds the state of a {@link ReverseGeolocationProvider} component.