@devix-technologies/react-gjirafa-vp-player 1.0.31-beta.20 → 1.0.31-beta.21

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/index.d.ts CHANGED
@@ -1225,6 +1225,10 @@ export declare interface VPPlayerRef {
1225
1225
  * Remove/unlock the video.
1226
1226
  */
1227
1227
  removeVideoLock: () => void;
1228
+ /**
1229
+ * Imperatively set the video lock config. Use this to apply lock after video switch.
1230
+ */
1231
+ setVideoLocking: (config: VideoLockingConfig) => void;
1228
1232
  }
1229
1233
 
1230
1234
  /**