MCPcopy
hub / github.com/streamich/react-use / DropAreaState

Interface DropAreaState

src/useDropArea.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { noop } from './misc/util';
4
5export interface DropAreaState {
6 over: boolean;
7}
8
9export interface DropAreaBond {
10 onDragOver: React.DragEventHandler;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…