Files
ruoyi-plus-vben5/apps/web-antd/src/components/cropper/index.ts
2024-09-04 15:46:50 +08:00

9 lines
298 B
TypeScript

import { withInstall } from '#/utils';
import cropperImage from './src/cropper.vue';
import avatarCropper from './src/cropper-avatar.vue';
export type { Cropper } from './src/typing';
export const CropperImage = withInstall(cropperImage);
export const CropperAvatar = withInstall(avatarCropper);