index.ts 156 Bytes Edit Raw Blame History 1 2 3 4 export { default as BasicDragVerify } from './src/DragVerify'; export { default as RotateDragVerify } from './src/ImgRotate'; export * from './src/types';