feat:完成头像上传的功能
This commit is contained in:
8
apps/web-antd/src/components/cropper/typing.ts
Normal file
8
apps/web-antd/src/components/cropper/typing.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type Cropper from 'cropperjs';
|
||||
|
||||
export interface CropendResult {
|
||||
imgBase64: string;
|
||||
imgInfo: Cropper.Data;
|
||||
}
|
||||
|
||||
export type { Cropper };
|
||||
Reference in New Issue
Block a user