UNPKG
react-arborist-simple
Version:
latest (3.5.0)
3.5.0
3.4.0
react-arborist-simple.netlify.app
brimdata/react-arborist-simple
react-arborist-simple
/
dist
/
module
/
types
/
dnd.d.ts
9 lines
(8 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
type
CursorLocation
= {
index
:
number
|
null
;
level
:
number
|
null
;
parentId
:
string
|
null
; };
export
type
DragItem
= {
id
:
string
; };