UNPKG

192 BTypeScriptView Raw
1import Taro from '@tarojs/api';
2export declare const getApp: typeof Taro.getApp;
3export { getCurrentPages } from '@tarojs/router';
4export declare const getCurrentInstance: () => Taro.Current;