UNPKG

react-dragster

Version:

useDragster is a React hook designed to simplify drag and drop event handling by providing easy-to-use abstractions for drag enter, drag leave, and drop events. It also addresses common browser bugs related to these events, ensuring a smooth and reliable

5 lines (4 loc) 151 B
import useDragster from './useDragster'; import { DragsterOptions } from './useDragster'; export { type DragsterOptions }; export default useDragster;