UNPKG

react-selectable-box

Version:

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

5 lines (4 loc) 173 B
export default function useScroll(scrollSpeed?: number): { cancelScroll: () => void; smoothScroll: (e: MouseEvent | TouchEvent, _container: HTMLElement) => void; };