Skip to content

Commit

Permalink
Added missing definition in tabview.d.ts (primefaces#3478)
Browse files Browse the repository at this point in the history
Added missing onKeyDown event to interface TabPanelHeaderTemplateOptions in tabview.d.ts
  • Loading branch information
thkorte authored Oct 14, 2022
1 parent 7eb90e0 commit ebcd82b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/tabview/tabview.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ interface TabPanelHeaderTemplateOptions {
className: string;
titleClassName: string;
onClick(event: React.MouseEvent<HTMLElement>): void;
onKeyDown(event: React.KeyboardEvent<HTMLElement>): void;
leftIconElement: JSX.Element;
titleElement: JSX.Element;
rightIconElement: JSX.Element;
Expand Down

0 comments on commit ebcd82b

Please sign in to comment.