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