UNPKG

taro-hooks

Version:
7 lines (6 loc) 423 B
import type { GetLocation, OnLocationChange, OffLocationChange, OnLocationChangeError, OffLocationChangeError } from '../'; export declare const getLocation: GetLocation; export declare const onLocationChange: OnLocationChange; export declare const onLocationChangeError: OnLocationChangeError; export declare const offLocationChange: OffLocationChange; export declare const offLocationChangeError: OffLocationChangeError;