| 398 | } |
| 399 | |
| 400 | export interface MultiDragEvent extends SortableEvent { |
| 401 | // @todo - add this to @types |
| 402 | clones: HTMLElement[]; |
| 403 | oldIndicies: MultiIndices[]; |
| 404 | newIndicies: MultiIndices[]; |
| 405 | swapItem: HTMLElement | null; |
| 406 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…