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

20 lines
605 B
TypeScript
Raw Normal View History

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