fix: type

pull/99/head^2
xingyu4j 2025-05-09 16:15:40 +08:00
parent 22a69be371
commit 59c593c1c1
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
export { default as CropperAvatar } from './cropper-avatar.vue';
export { default as CropperImage } from './cropper.vue';
export type { Cropper } from './typing';
export type { CropperType } from './typing';