We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e155b6 + ec6644b commit 1333c63Copy full SHA for 1333c63
src/index.d.ts
@@ -8,6 +8,6 @@ declare module "react-hook-geolocation" {
8
export default function useGeolocation(
9
positionOptions?: PositionOptions,
10
callback?: (geolocation: EnrichedGeolocationCoordinates) => void,
11
- enable?: boolean
+ isEnabled?: boolean
12
): EnrichedGeolocationCoordinates;
13
}
0 commit comments