1 | import Taro from '@tarojs/api';
|
2 | declare const onUnhandledRejection: typeof Taro.onUnhandledRejection;
|
3 | declare const onThemeChange: typeof Taro.onThemeChange;
|
4 | declare const onPageNotFound: typeof Taro.onPageNotFound;
|
5 | declare const onLazyLoadError: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
|
6 | declare const onError: typeof Taro.onError;
|
7 | declare const onAudioInterruptionEnd: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
|
8 | declare const onAudioInterruptionBegin: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
|
9 | declare const onAppShow: typeof Taro.onAppShow;
|
10 | declare const onAppHide: typeof Taro.onAppHide;
|
11 | declare const offUnhandledRejection: typeof Taro.offUnhandledRejection;
|
12 | declare const offThemeChange: typeof Taro.offThemeChange;
|
13 | declare const offPageNotFound: typeof Taro.offPageNotFound;
|
14 | declare const offLazyLoadError: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
|
15 | declare const offError: typeof Taro.offError;
|
16 | declare const offAudioInterruptionEnd: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
|
17 | declare const offAudioInterruptionBegin: (option?: {}, ...args: any[]) => Promise<Partial<TaroGeneral.CallbackResult> & Record<string, unknown> & TaroGeneral.CallbackResult>;
|
18 | declare const offAppShow: typeof Taro.offAppShow;
|
19 | declare const offAppHide: typeof Taro.offAppHide;
|
20 | export { onUnhandledRejection, onThemeChange, onPageNotFound, onLazyLoadError, onError, onAudioInterruptionEnd, onAudioInterruptionBegin, onAppShow, onAppHide, offUnhandledRejection, offThemeChange, offPageNotFound, offLazyLoadError, offError, offAudioInterruptionEnd, offAudioInterruptionBegin, offAppShow, offAppHide };
|