types(Uploader): add closeImagePreview method type
This commit is contained in:
Vendored
+1
@@ -2,5 +2,6 @@ import { VanComponent } from './component';
|
||||
|
||||
export class SwipeCell extends VanComponent {
|
||||
open(position: 'left' | 'right'): void;
|
||||
|
||||
close(): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user