softbuilders-react-video-player 1.3.2 → 1.3.3

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.mts CHANGED
@@ -1,3 +1,4 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
1
2
  import React$1 from 'react';
2
3
 
3
4
  type SoftBuildersVideoPlayerSource = {
@@ -57,6 +58,6 @@ type Props<T = any> = {
57
58
  isTrailer?: boolean;
58
59
  height?: number;
59
60
  };
60
- declare const SoftBuildersVideoPlayer: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<Props<any> & React$1.RefAttributes<HTMLDivElement>>>;
61
+ declare const SoftBuildersVideoPlayer: React$1.MemoExoticComponent<({ options, notes, chapters, startTime, handleSaveNoteAction, onPlay, onPause, isFocused, disableNote, childRef, bottomRedBar, noteButtonClick, videoId, isTrailer, height, }: Props<any>) => react_jsx_runtime.JSX.Element>;
61
62
 
62
63
  export { type SoftBuildersVideoPlayerChapter, type SoftBuildersVideoPlayerNote, type SoftBuildersVideoPlayerOptions, type SoftBuildersVideoPlayerSource, type SoftBuildersVideoPlayerTrack, SoftBuildersVideoPlayer as default };