mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
types(Uploader): add closeImagePreview method type
This commit is contained in:
1
types/swipe-cell.d.ts
vendored
1
types/swipe-cell.d.ts
vendored
@@ -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