zhizhi/node_modules/dingtalk-jsapi/api/union/stopPullDownRefresh.d.ts

20 lines
578 B
TypeScript
Raw Normal View History

import { ICommonAPIParams } from '../../constant/types';
/**
*
* @apiName stopPullDownRefresh
*/
export interface IUnionStopPullDownRefreshParams extends ICommonAPIParams {
}
/**
*
* @apiName stopPullDownRefresh
*/
export interface IUnionStopPullDownRefreshResult {
}
/**
*
* @apiName stopPullDownRefresh
*/
export declare function stopPullDownRefresh$(params: IUnionStopPullDownRefreshParams): Promise<IUnionStopPullDownRefreshResult>;
export default stopPullDownRefresh$;