Skip to content

Commit

Permalink
Fix the type
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Jan 10, 2025
1 parent b15f9fa commit b4c5c94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ export type DragEventData = {

/** The element being dragged */
currentNode: HTMLElement;

/** The pointer event that triggered the drag */
event: PointerEvent;
};

export type DragOptions = {
Expand Down

0 comments on commit b4c5c94

Please sign in to comment.