mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-14 13:42:02 +08:00
9 lines
298 B
TypeScript
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);
|