UNPKG

react-selectable-fast

Version:

Enable other React components to be selectable by drawing a box with your mouse/touch

7 lines (6 loc) 345 B
import { SelectableGroup } from './SelectableGroup'; import { createSelectable } from './CreateSelectable'; import { SelectAll } from './SelectAll'; import { DeselectAll } from './DeselectAll'; import { TSelectableItemProps } from './Selectable.types'; export { TSelectableItemProps, SelectableGroup, createSelectable, SelectAll, DeselectAll };