Files
iot-device-management-frontend/apps/web-antd/src/components/cropper/typing.ts

9 lines
146 B
TypeScript
Raw Normal View History

2025-04-22 09:19:19 +08:00
import type Cropper from 'cropperjs';
export interface CropendResult {
imgBase64: string;
imgInfo: Cropper.Data;
}
export type { Cropper };