Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): introduce SwipeEvent type extending MovementEvent
Added the SwipeEvent type in the swiperia-core package, extending the MovementEvent to include additional properties specific to swipe interactions, such as the original UI event and the swipe phase (start, move, end). This enhancement facilitates more granular event handling during swipe gestures.
- Loading branch information