fix: type

This commit is contained in:
xingyu4j
2025-05-09 16:15:40 +08:00
parent 22a69be371
commit 59c593c1c1

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';