| 61 | } |
| 62 | |
| 63 | interface DropTarget { |
| 64 | containerIdx: number; |
| 65 | insertIndex: number; |
| 66 | previewRect: DOMRect; |
| 67 | } |
| 68 | |
| 69 | interface PreviewCandidate extends DropTarget { |
| 70 | row: number; |
nothing calls this directly
no outgoing calls
no test coverage detected