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

21 lines
529 B
TypeScript
Raw Normal View History

import { ICommonAPIParams } from '../../constant/types';
/**
*
* @apiName popGesture
*/
export interface IUnionPopGestureParams extends ICommonAPIParams {
popGestureEnabled: boolean;
}
/**
*
* @apiName popGesture
*/
export interface IUnionPopGestureResult {
}
/**
*
* @apiName popGesture
*/
export declare function popGesture$(params: IUnionPopGestureParams): Promise<IUnionPopGestureResult>;
export default popGesture$;