Blame view

src/components/Verify/index.ts 261 Bytes
vben authored
1
2
import BasicDragVerify from './src/DragVerify';
import RotateDragVerify from './src/ImgRotate';
vben authored
3
import { withInstall } from '../util';
陈文彬 authored
4
vben authored
5
6
withInstall(BasicDragVerify, RotateDragVerify);
陈文彬 authored
7
export * from './src/types';
vben authored
8
vben authored
9
export { BasicDragVerify, RotateDragVerify };