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