types(Uploader): add closeImagePreview method type
This commit is contained in:
@@ -212,6 +212,7 @@ export default createComponent({
|
||||
});
|
||||
},
|
||||
|
||||
// @exposed-api
|
||||
closeImagePreview() {
|
||||
if (this.imagePreview) {
|
||||
this.imagePreview.close();
|
||||
|
||||
Reference in New Issue
Block a user