Skip to content

Commit

Permalink
Fixed dragAndDrop parameter types.
Browse files Browse the repository at this point in the history
  • Loading branch information
dikwickley committed Dec 17, 2024
1 parent 329d797 commit c7ffdcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/web-element.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ export type ScopedElementRect = {
};

export type DragAndDropDestination = {
readonly xOffset: number;
readonly yOffset: number;
readonly x: number;
readonly y: number;
};

export interface ElementFunction
Expand Down

0 comments on commit c7ffdcd

Please sign in to comment.