Files
geg-gas-web/src/components/Cropper/index.ts

8 lines
282 B
TypeScript
Raw Normal View History

2024-02-05 09:15:37 +08:00
import { withInstall } from '/@/utils';
import cropperImage from './src/Cropper.vue';
import avatarCropper from './src/CropperAvatar.vue';
export * from './src/typing';
export const CropperImage = withInstall(cropperImage);
export const CropperAvatar = withInstall(avatarCropper);