taro-hooks
Version:
为 Taro 而设计的 Hooks Library
7 lines (6 loc) • 423 B
TypeScript
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;