@tarojs/taro-h5
Version:
Taro h5 framework
5 lines (4 loc) • 308 B
TypeScript
/// <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;