Skip to content

Commit

Permalink
Update responders.md (#1369)
Browse files Browse the repository at this point in the history
Missing `mode` in the type description of DragStart.
  • Loading branch information
deiuch authored and alexreardon committed Jun 20, 2019
1 parent b57d6ca commit 286b2a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guides/responders.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ type DragStart = {|
draggableId: DraggableId,
type: TypeId,
source: DraggableLocation,
mode: MovementMode,
|};

type DraggableLocation = {|
Expand Down

0 comments on commit 286b2a5

Please sign in to comment.