doum
昨天 ee300eca8f8414604cd94aa29f2b80e7d32413f6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**
 * 关闭图片预览 请求参数定义
 * @apiName biz.util.closePreviewImage
 */
export interface IBizUtilClosePreviewImageParams {
}
/**
 * 关闭图片预览 返回结果定义
 * @apiName biz.util.closePreviewImage
 */
export interface IBizUtilClosePreviewImageResult {
}
/**
 * 关闭图片预览
 * @apiName biz.util.closePreviewImage
 * @supportVersion ios: 6.0.19 android: 6.0.17
 * @author Android:@风纭 iOS:@蒙歌
 */
export declare function closePreviewImage$(params: IBizUtilClosePreviewImageParams): Promise<IBizUtilClosePreviewImageResult>;
export default closePreviewImage$;