UNPKG

react-selectable-box

Version:

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

4 lines 142 B
import Selectable from "./Selectable"; import useSelectable from "./hooks/useSelectable"; export { useSelectable }; export default Selectable;