Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit ef6479d

Browse files
committed
Fixing build issue.
1 parent 36c4b67 commit ef6479d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: typings/vss.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12470,7 +12470,7 @@ export module ShortcutKeys {
1247012470
var CONTROL: string;
1247112471
var SHIFT: string;
1247212472
}
12473-
export type KeyboardAction = (e: ExtendedKeyboardEvent, combo: string) => void;
12473+
export type KeyboardAction = (e: any, combo: string) => void;
1247412474
export interface IShortcutGroup {
1247512475
/**
1247612476
* The name of the group

0 commit comments

Comments
 (0)