UNPKG

react-selectable

Version:

Allows individual or group selection of items using the mouse.

11 lines (10 loc) 248 B
import SelectableGroup from './selectable-group'; import createSelectable from './createSelectable'; import isNodeIn from './isNodeIn'; import nodeInRoot from './nodeInRoot'; export { SelectableGroup, createSelectable, isNodeIn, nodeInRoot, };