eight
2024-08-08 78368f9e68249a2b95dcc81934287f39129138f3
1
2
3
4
5
6
7
8
import type Cropper from 'cropperjs'
 
export interface CropendResult {
  imgBase64: string
  imgInfo: Cropper.Data
}
 
export type { Cropper }