UNPKG

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