UNPKG

340 BTypeScriptView Raw
1import Taro from '@tarojs/api';
2/**
3 * 开始下拉刷新。调用后触发下拉刷新动画,效果与用户手动下拉刷新一致。
4 */
5export declare const startPullDownRefresh: typeof Taro.startPullDownRefresh;
6/**
7 * 停止当前页面下拉刷新。
8 */
9export declare const stopPullDownRefresh: typeof Taro.stopPullDownRefresh;