Buckets:
| import { registerAction, dragAction } from '@use-gesture/core/actions' | |
| import { EventTypes, Handler, UserDragConfig } from '@use-gesture/core/types' | |
| import { useRecognizers } from './useRecognizers' | |
| /** | |
| * Drag hook. | |
| * | |
| * @param {Handler<'drag'>} handler - the function fired every time the drag gesture updates | |
| * @param {UserDragConfig} config - the config object including generic options and drag options | |
| */ | |
| export function useDrag<EventType = EventTypes['drag'], Config extends UserDragConfig = UserDragConfig>( | |
| handler: Handler<'drag', EventType>, | |
| config?: Config | |
| ) { | |
| registerAction(dragAction) | |
| return useRecognizers({ drag: handler }, config || {}, 'drag') | |
| } | |
Xet Storage Details
- Size:
- 677 Bytes
- Xet hash:
- ed646b7e4223993b3fd72417cd38f929528e07039a101fb195b6dcad718d9c4e
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.