潘志宝
2025-02-28 4a859a6d69984c77fa8166255c65f5a94eb0bd71
1
2
3
4
5
6
7
8
import type Cropper from 'cropperjs'
 
export interface CropendResult {
  imgBase64: string
  imgInfo: Cropper.Data
}
 
export type { Cropper }