Skip to content

Commit

Permalink
fix(FEC-13509) upd types (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
semarche-kaltura authored Nov 27, 2023
1 parent 557f9d9 commit 61d3f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ declare module PlaykitUI {
text: string;
lines: number;
forceShowMore?: boolean;
onClick?: () => void;
onClick?: (e: MouseEvent) => void;
children: preactLib.ComponentChildren;
}>;
Tooltip: preactLib.ComponentClass<{label: string}>;
Expand Down

0 comments on commit 61d3f56

Please sign in to comment.