Skip to content

Commit

Permalink
fix(FEC-12735): Player v7| More plugins| Plugins inside the more plug…
Browse files Browse the repository at this point in the history
…ins are not accessible (#592)

Update TS types declarations

related pr: kaltura/playkit-js-ui-managers#16
  • Loading branch information
JonathanTGold authored Nov 24, 2022
1 parent d104bf2 commit 99af686
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,28 @@ declare module PlaykitUI {
ACTIVE = 1
}

export const utils: {
KeyMap: {
TAB: 9;
ENTER: 13;
ESC: 27;
SPACE: 32;
END: 35;
HOME: 36;
LEFT: 37;
UP: 38;
RIGHT: 39;
DOWN: 40;
P: 80;
C: 67;
F: 70;
M: 77;
SEMI_COLON: 186;
COMMA: 188;
PERIOD: 190;
};
};

export const Components: {
Tooltip: preactLib.ComponentClass<{label: string}>;
Icon: preactLib.ComponentClass<{
Expand Down

0 comments on commit 99af686

Please sign in to comment.