| 3 | import { noop } from './misc/util'; |
| 4 | |
| 5 | export interface DropAreaState { |
| 6 | over: boolean; |
| 7 | } |
| 8 | |
| 9 | export interface DropAreaBond { |
| 10 | onDragOver: React.DragEventHandler; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…