zhizhi/node_modules/dingtalk-jsapi/api/ui/pullToRefresh/stop.d.ts

22 lines
564 B
TypeScript
Raw Normal View History

/**
*
* @apiName ui.pullToRefresh.stop
*/
export interface IUiPullToRefreshStopParams {
[key: string]: any;
}
/**
*
* @apiName ui.pullToRefresh.stop
*/
export interface IUiPullToRefreshStopResult {
[key: string]: any;
}
/**
*
* @apiName ui.pullToRefresh.stop
* @supportVersion ios: 2.4.0 android: 2.4.0
*/
export declare function stop$(params: IUiPullToRefreshStopParams): Promise<IUiPullToRefreshStopResult>;
export default stop$;