1 2 3
import type Cropper from 'cropperjs'; export type { Cropper };
4
export { default as CropperImage } from './src/Cropper.vue';