@playkit-js/playkit-js-ui 0.83.9 → 0.83.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7589,7 +7589,7 @@ declare class Tooltip extends Component<TooltipProps & WithEventManagerProps, an
7589
7589
  * @memberof Tooltip
7590
7590
  * @returns {void}
7591
7591
  */
7592
- handleFocusOnChildren: () => void;
7592
+ handleFocusOnChildren: (event: Event) => void;
7593
7593
  /**
7594
7594
  * handle blur on wrapped element
7595
7595
  * @memberof Tooltip