softbuilders-react-video-player 1.3.2 → 1.3.3

Sign up to get free protection for your applications and to get access to all the features.
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 };