Skip to content

Commit

Permalink
type: Modify Hotkeys Option type.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 23, 2019
1 parent 933c034 commit 00a8b67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ type Options = {
scope?: string,
element?: HTMLElement | null,
keyup?: boolean | null
keydown?: boolean | null
splitKey?: string;
}

interface Hotkeys {
Expand Down

0 comments on commit 00a8b67

Please sign in to comment.