(ref?: RefObject<HTMLElement | null>)
| 395 | } |
| 396 | |
| 397 | export function setDropCollectionRef(ref?: RefObject<HTMLElement | null>): void { |
| 398 | globalDndState.dropCollectionRef = ref; |
| 399 | } |
| 400 | |
| 401 | export function clearGlobalDnDState(): void { |
| 402 | globalDndState = {draggingKeys: new Set()}; |
no outgoing calls
no test coverage detected