We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
react-dnd
1 parent c4f09cd commit 4d933c1Copy full SHA for 4d933c1
src/addons/dragAndDrop/withDragAndDrop.js
@@ -17,9 +17,6 @@ import { mergeComponents } from './common'
17
* import withDragAndDrop from 'react-big-calendar/lib/addons/dragAndDrop'
18
* export default withDragAndDrop(Calendar)
19
* ```
20
- * (you can optionally pass any dnd backend as an optional second argument to `withDragAndDrop`.
21
- * It defaults to `react-dnd-html5-backend` which you should probably include in
22
- * your project if using this default).
23
*
24
* Set `resizable` to true in your calendar if you want events to be resizable.
25
0 commit comments