UNPKG

153 BTypeScriptView Raw
1import Taro from '@tarojs/api';
2/**
3 * 将页面滚动到目标位置
4 */
5declare const pageScrollTo: typeof Taro.pageScrollTo;
6export { pageScrollTo };