wms-antdvue/.svn/pristine/d7/d7bc069544f7bf9a4515b154be5347cccaab6bc1.svn-base
2024-11-07 16:33:03 +08:00

8 lines
233 B
Plaintext

import { withInstall } from '@/utils';
export { default as Cropper } from './src/Cropper.vue';
import cropperImage from './src/CropperImage.vue';
export * from './src/typing';
export const CropperImage = withInstall(cropperImage);