@playkit-js/playkit-js-ui 0.82.3 → 0.82.4-canary.0-357aab2
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
|
@@ -5900,6 +5900,12 @@ declare class PrePlaybackPlayOverlay extends Component<any, any> {
|
|
|
5900
5900
|
* @memberof PrePlaybackPlayOverlay
|
|
5901
5901
|
*/
|
|
5902
5902
|
onMouseOver: (e: Event) => void;
|
|
5903
|
+
/**
|
|
5904
|
+
* create class name for prePlaybackOverlay element
|
|
5905
|
+
* @returns {string}
|
|
5906
|
+
* @memberof PrePlaybackPlayOverlay
|
|
5907
|
+
*/
|
|
5908
|
+
createPrePlaybackClassName: () => string[];
|
|
5903
5909
|
/**
|
|
5904
5910
|
* render component
|
|
5905
5911
|
*
|