UNPKG

dingtalk-jsapi

Version:

钉钉 模块化 多端统一 API

20 lines (19 loc) 613 B
import { ICommonAPIParams } from '../../constant/types'; /** * 启用iOS Webview弹性效果 请求参数定义 * @apiName enableWebViewBounce */ export interface IUnionEnableWebViewBounceParams extends ICommonAPIParams { } /** * 启用iOS Webview弹性效果 返回结果定义 * @apiName enableWebViewBounce */ export interface IUnionEnableWebViewBounceResult { } /** * 启用iOS Webview弹性效果 * @apiName enableWebViewBounce */ export declare function enableWebViewBounce$(params: IUnionEnableWebViewBounceParams): Promise<IUnionEnableWebViewBounceResult>; export default enableWebViewBounce$;