softbuilders-react-video-player 1.1.21 → 1.1.22
Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ const MIN = 0,
|
|
6
6
|
MAX = 100;
|
7
7
|
type Props = {
|
8
8
|
width?: number;
|
9
|
-
setIsSeeking
|
9
|
+
setIsSeeking: (val: boolean) => void;
|
10
10
|
};
|
11
11
|
const VolumeSlider = ({ width = 0, setIsSeeking }: Props) => {
|
12
12
|
const { player } = useSoftBuildersVideoPlayerContext();
|