Blame view

src/components/Verify/index.ts 156 Bytes
陈文彬 authored
1
2
3
4
export { default as BasicDragVerify } from './src/DragVerify';
export { default as RotateDragVerify } from './src/ImgRotate';

export * from './src/types';