taro-hooks
Version:
为 Taro 而设计的 Hooks Library
37 lines (36 loc) • 986 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.offLocationChangeError = exports.onLocationChangeError = exports.offLocationChange = exports.onLocationChange = exports.getLocation = void 0;
var taro_1 = require("@tarojs/taro");
Object.defineProperty(exports, "getLocation", {
enumerable: true,
get: function get() {
return taro_1.getLocation;
}
});
Object.defineProperty(exports, "onLocationChange", {
enumerable: true,
get: function get() {
return taro_1.onLocationChange;
}
});
Object.defineProperty(exports, "offLocationChange", {
enumerable: true,
get: function get() {
return taro_1.offLocationChange;
}
});
Object.defineProperty(exports, "onLocationChangeError", {
enumerable: true,
get: function get() {
return taro_1.onLocationChangeError;
}
});
Object.defineProperty(exports, "offLocationChangeError", {
enumerable: true,
get: function get() {
return taro_1.offLocationChangeError;
}
});
;