| 10 | } from '../../Draggable/DragEvent'; |
| 11 | |
| 12 | interface SortableEventData { |
| 13 | dragEvent: DragEvent<DragEventData>; |
| 14 | } |
| 15 | |
| 16 | /** |
| 17 | * Base sortable event |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…