UNPKG

dingtalk-jsapi

Version:

钉钉 模块化 多端统一 API

20 lines (19 loc) 596 B
import { ICommonAPIParams } from '../../constant/types'; /** * 启用下拉刷新 请求参数定义 * @apiName enablePullDownRefresh */ export interface IUnionEnablePullDownRefreshParams extends ICommonAPIParams { } /** * 启用下拉刷新 返回结果定义 * @apiName enablePullDownRefresh */ export interface IUnionEnablePullDownRefreshResult { } /** * 启用下拉刷新 * @apiName enablePullDownRefresh */ export declare function enablePullDownRefresh$(params: IUnionEnablePullDownRefreshParams): Promise<IUnionEnablePullDownRefreshResult>; export default enablePullDownRefresh$;