Skip to content

Commit

Permalink
Update packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Nov 11, 2023
1 parent 27679c4 commit 7891694
Show file tree
Hide file tree
Showing 5 changed files with 829 additions and 1,712 deletions.
6 changes: 3 additions & 3 deletions dist/TinyGesture.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export interface Events {
swipeup: MouseEvent | TouchEvent;
tap: MouseEvent | TouchEvent;
}
export declare type Handler<E> = (event: E) => void;
export declare type Handlers = {
export type Handler<E> = (event: E) => void;
export type Handlers = {
[E in keyof Events]: Handler<Events[E]>[];
};
export declare type SwipingDirection = 'horizontal' | 'pre-horizontal' | 'vertical' | 'pre-vertical';
export type SwipingDirection = 'horizontal' | 'pre-horizontal' | 'vertical' | 'pre-vertical';
3 changes: 2 additions & 1 deletion dist/TinyGesture.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/TinyGesture.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7891694

Please sign in to comment.