UNPKG

@jdlinker/ui

Version:

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

8 lines (6 loc) 306 B
import { withInstall } from '@jdlinker/utils'; import basicDragVerify from './src/DragVerify.vue'; import rotateDragVerify from './src/ImgRotate.vue'; export const BasicDragVerify = withInstall(basicDragVerify); export const RotateDragVerify = withInstall(rotateDragVerify); export * from './src/typing';