| 3 | import {DragEvent, DragEventData} from '../../Draggable/DragEvent'; |
| 4 | |
| 5 | interface DroppableEventData { |
| 6 | dragEvent: DragEvent<DragEventData>; |
| 7 | } |
| 8 | |
| 9 | /** |
| 10 | * Base droppable event |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…