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

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