/** * 监听页面切前台事件 * * @param callback */ declare function onPageShow(callback: () => void): void; export default onPageShow;