UNPKG

1.11 kBTypeScriptView Raw
1import Taro from '@tarojs/api';
2/** 跳转系统蓝牙设置页 */
3export declare const openSystemBluetoothSetting: () => Promise<{
4 /** 微信版本号 */
5 errMsg: string;
6}>;
7/** 跳转系统微信授权管理页 */
8export declare const openAppAuthorizeSetting: () => Promise<{
9 /** 微信版本号 */
10 errMsg: string;
11}>;
12/** 获取窗口信息 */
13export declare const getWindowInfo: typeof Taro.getWindowInfo;
14/** 获取设备设置 */
15export declare const getSystemSetting: typeof Taro.getSystemSetting;
16/** 获取设备设置 */
17export declare const getDeviceInfo: typeof Taro.getDeviceInfo;
18/** 获取微信APP基础信息 */
19export declare const getAppBaseInfo: typeof Taro.getAppBaseInfo;
20/** 获取微信APP授权设置 */
21export declare const getAppAuthorizeSetting: typeof Taro.getAppAuthorizeSetting;
22/** 获取设备设置 */
23export declare const getSystemInfoSync: typeof Taro.getSystemInfoSync;
24/** 获取系统信息 */
25export declare const getSystemInfoAsync: typeof Taro.getSystemInfoAsync;
26/** 获取系统信息 */
27export declare const getSystemInfo: typeof Taro.getSystemInfo;