Files
vue-vben-admin/src/components/Verify/index.ts
2020-12-07 22:38:44 +08:00

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 };