UNPKG

@jdlinker/ui

Version:

jdLinker UI库,基于ant-design-vue封装

8 lines (6 loc) 289 B
import { withInstall } from '@jdlinker/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);