UNPKG

@tarojs/taro-h5

Version:
5 lines (4 loc) 308 B
/// <reference types="types/api" /> import Taro from '@tarojs/api'; export declare const getBatteryInfoSync: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>; export declare const getBatteryInfo: typeof Taro.getBatteryInfo;