UNPKG

1.38 kBTypeScriptView Raw
1import Taro from '@tarojs/api';
2/** 跳转系统蓝牙设置页 */
3declare const openSystemBluetoothSetting: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
4/** 跳转系统微信授权管理页 */
5declare const openAppAuthorizeSetting: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
6/** 获取窗口信息 */
7declare const getWindowInfo: typeof Taro.getWindowInfo;
8/** 获取设备设置 */
9declare const getSystemSetting: typeof Taro.getSystemSetting;
10/** 获取设备设置 */
11declare const getDeviceInfo: typeof Taro.getDeviceInfo;
12/** 获取微信APP基础信息 */
13declare const getAppBaseInfo: typeof Taro.getAppBaseInfo;
14/** 获取微信APP授权设置 */
15declare const getAppAuthorizeSetting: typeof Taro.getAppAuthorizeSetting;
16/** 获取设备设置 */
17declare const getSystemInfoSync: typeof Taro.getSystemInfoSync;
18/** 获取系统信息 */
19declare const getSystemInfoAsync: typeof Taro.getSystemInfoAsync;
20/** 获取系统信息 */
21declare const getSystemInfo: typeof Taro.getSystemInfo;
22export { openSystemBluetoothSetting, openAppAuthorizeSetting, getWindowInfo, getSystemSetting, getDeviceInfo, getAppBaseInfo, getAppAuthorizeSetting, getSystemInfoSync, getSystemInfoAsync, getSystemInfo };