UNPKG

@supunlakmal/hooks

Version:

A collection of reusable React hooks

10 lines (9 loc) 211 B
export declare const useGeolocationContinuous: () => { location: { latitude: number; longitude: number; } | null; error: string | null; loading: boolean; stop: () => void; };