Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaSh committed Sep 30, 2024
1 parent 72771ba commit ac6e741
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 185 deletions.
3 changes: 3 additions & 0 deletions dist/veloxi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ declare class DragEvent_2 {
stopped: boolean;
target: EventTarget | null;
directions: Array<Direction>;
hasMoved: boolean;
};
view: View;
previousX: number;
Expand All @@ -259,6 +260,7 @@ declare class DragEvent_2 {
height: number;
distance: number;
stopped: boolean;
hasMoved: boolean;
constructor(props: {
view: View;
previousX: number;
Expand All @@ -274,6 +276,7 @@ declare class DragEvent_2 {
stopped: boolean;
target: EventTarget | null;
directions: Array<Direction>;
hasMoved: boolean;
});
}
export { DragEvent_2 as DragEvent }
Expand Down
Loading

0 comments on commit ac6e741

Please sign in to comment.