UNPKG

178 BTypeScriptView Raw
1import Taro from '@tarojs/api';
2export declare const getBatteryInfoSync: () => Promise<{
3 errMsg: string;
4}>;
5export declare const getBatteryInfo: typeof Taro.getBatteryInfo;