import { UploadProps } from './upload.type'; export interface UploadImageProps extends Omit, 'listType'> { /** * @cn 上传图片容器宽度 * @en Upload image container width * @default 80 */ width?: number | string; /** * @cn 上传图片容器高度 * @en Upload image container height * @default 80 */ height?: number | string; } //# sourceMappingURL=image.type.d.ts.map