Skip to content

Commit

Permalink
fix: types.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jensen committed Nov 24, 2023
1 parent 6459f8f commit 73bac52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geolocation/ReverseGeolocationState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {pointToPointCourseDistance} from "./geo-utils";
/**
* Configuration for creating an initial {@link ReverseGeolocationState}.
*/
export type ReverseGeolocationStateConfig = Omit<ReverseGeolocationState, "error" | "place" | "placeCoordinates" | typeof immerable>;
export type ReverseGeolocationStateConfig = Omit<ReverseGeolocationState, "error" | "place" | typeof immerable>;

/**
* {@link ReverseGeolocationState} holds the state of a {@link ReverseGeolocationProvider} component.
Expand Down

0 comments on commit 73bac52

Please sign in to comment.