仪表盘
版本库
文件存储
活动
搜索
登录
main
/
easegen
数字人
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
补充提交
Flex
2025-05-30
a8ce6d885d94789c08105a89ca7380dd125b56ad
[easegen.git]
/
easegen-front
/
src
/
components
/
Cropper
/
src
/
types.ts
1
2
3
4
5
6
7
8
import type Cropper from 'cropperjs'
export interface CropendResult {
imgBase64: string
imgInfo: Cropper.Data
}
export type { Cropper }