index.ts 125 Bytes
import type Cropper from 'cropperjs';

export type { Cropper };
export { default as CropperImage } from './src/Cropper.vue';