UNPKG

react-arborist

Version:
9 lines (8 loc) 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OuterDrop = OuterDrop; const outer_drop_hook_1 = require("../dnd/outer-drop-hook"); function OuterDrop(props) { (0, outer_drop_hook_1.useOuterDrop)(); return props.children; }