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
/
components
/
outer-drop.js
6 lines
(5 loc)
•
139 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ useOuterDrop }
from
"../dnd/outer-drop-hook"
;
export
function
OuterDrop
(
props
) {
useOuterDrop
();
return
props.
children
; }