UNPKG

156 BTypeScriptView Raw
1import Taro from '@tarojs/api';
2/**
3 * 打开地图选择位置。
4 */
5declare const chooseLocation: typeof Taro.chooseLocation;
6export { chooseLocation };