index.ts 282 B

1234567
  1. import { withInstall } from '/@/utils';
  2. import cropperImage from './src/Cropper.vue';
  3. import avatarCropper from './src/CropperAvatar.vue';
  4. export * from './src/typing';
  5. export const CropperImage = withInstall(cropperImage);
  6. export const CropperAvatar = withInstall(avatarCropper);