@playkit-js/playkit-js-ui 0.82.5 → 0.82.6-canary.0-be5e3db
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.
package/dist/playkit-js-ui.d.ts
CHANGED
|
@@ -7487,6 +7487,7 @@ declare class Tooltip extends Component<TooltipProps & WithEventManagerProps, an
|
|
|
7487
7487
|
* @memberof Tooltip
|
|
7488
7488
|
*/
|
|
7489
7489
|
handleClickOutside(e: any): void;
|
|
7490
|
+
handleRef: (el: HTMLButtonElement | null) => void;
|
|
7490
7491
|
/**
|
|
7491
7492
|
* checks if after the render the tooltip is within boundaries of the player
|
|
7492
7493
|
* if not it will try to set a new type which will be checked after the next render
|