UNPKG

196 BTypeScriptView Raw
1import Taro from '@tarojs/api';
2declare const getLocation: (options?: Partial<Taro.getLocation.Option>, ...args: any[]) => Promise<Taro.getLocation.SuccessCallbackResult>;
3export { getLocation };