We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aeb794 commit 61e1a1eCopy full SHA for 61e1a1e
src/addons/dragAndDrop/withDragAndDrop.js
@@ -101,8 +101,8 @@ export default function withDragAndDrop(Calendar) {
101
onStart: PropTypes.func,
102
onEnd: PropTypes.func,
103
onBeginAction: PropTypes.func,
104
- onDropFromOutside: PropTypes.fun,
105
- dragFromOutsideItem: PropTypes.fun,
+ onDropFromOutside: PropTypes.func,
+ dragFromOutsideItem: PropTypes.func,
106
draggableAccessor: accessor,
107
resizableAccessor: accessor,
108
dragAndDropAction: PropTypes.object,
0 commit comments