UNPKG

react-selectable-box

Version:

A React component used hooks that allows you to select elements in the drag area using the mouse

6 lines (5 loc) 205 B
import Selectable from './Selectable'; import useSelectable from './hooks/useSelectable'; export type { SelectableProps, SelectableRef } from './type'; export { useSelectable }; export default Selectable;