Skip to content

Commit

Permalink
docs(readme): document new onDrop callback arity
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Feb 25, 2020
1 parent 1078b14 commit 44e2000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ onResize: ItemCallback,
// Calls when resize is complete.
onResizeStop: ItemCallback,
// Calls when some element has been dropped
onDrop: (elemParams: { x: number, y: number, e: Event }) => void
onDrop: (elemParams: { x: number, y: number, w: number, h: number, e: Event }) => void
```

### Responsive Grid Layout Props
Expand Down

0 comments on commit 44e2000

Please sign in to comment.