mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2026-05-23 16:07:48 +00:00
10 lines
261 B
TypeScript
10 lines
261 B
TypeScript
import BasicDragVerify from './src/DragVerify';
|
|
import RotateDragVerify from './src/ImgRotate';
|
|
import { withInstall } from '../util';
|
|
|
|
withInstall(BasicDragVerify, RotateDragVerify);
|
|
|
|
export * from './src/types';
|
|
|
|
export { BasicDragVerify, RotateDragVerify };
|