UNPKG
@jchinkle/react-arborist
Version:
latest (3.0.7)
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
react-arborist.netlify.app
jchinkle/react-arborist
@jchinkle/react-arborist
/
src
/
types
/
dnd.ts
10 lines
(8 loc)
•
152 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export
type
CursorLocation
= {
index
:
number
|
null
;
level
:
number
|
null
;
parentId
:
string
|
null
; };
export
type
DragItem
= {
id
:
string
; };