vben
2020-12-07 74e62cbc712bdd4d4826e5fe80f537d87e44ffce
1
2
3
4
5
6
7
8
9
import BasicDragVerify from './src/DragVerify';
import RotateDragVerify from './src/ImgRotate';
import { withInstall } from '../util';
 
withInstall(BasicDragVerify, RotateDragVerify);
 
export * from './src/types';
 
export { BasicDragVerify, RotateDragVerify };