1 | import Taro from '@tarojs/api';
|
2 |
|
3 | declare const openSystemBluetoothSetting: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
|
4 |
|
5 | declare const openAppAuthorizeSetting: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
|
6 |
|
7 | declare const getWindowInfo: typeof Taro.getWindowInfo;
|
8 |
|
9 | declare const getSystemSetting: typeof Taro.getSystemSetting;
|
10 |
|
11 | declare const getDeviceInfo: typeof Taro.getDeviceInfo;
|
12 |
|
13 | declare const getAppBaseInfo: typeof Taro.getAppBaseInfo;
|
14 |
|
15 | declare const getAppAuthorizeSetting: typeof Taro.getAppAuthorizeSetting;
|
16 |
|
17 | declare const getSystemInfoSync: typeof Taro.getSystemInfoSync;
|
18 |
|
19 | declare const getSystemInfoAsync: typeof Taro.getSystemInfoAsync;
|
20 |
|
21 | declare const getSystemInfo: typeof Taro.getSystemInfo;
|
22 | declare const getSkylineInfoSync: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
|
23 | declare const getSkylineInfo: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
|
24 | declare const getRendererUserAgent: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
|
25 | export { openSystemBluetoothSetting, openAppAuthorizeSetting, getWindowInfo, getSystemSetting, getDeviceInfo, getAppBaseInfo, getAppAuthorizeSetting, getSystemInfoSync, getSystemInfoAsync, getSystemInfo, getSkylineInfoSync, getSkylineInfo, getRendererUserAgent };
|