softbuilders-react-video-player
Advanced tools
Comparing version 1.1.21 to 1.1.22
type Props = { | ||
width?: number; | ||
setIsSeeking?: (val: boolean) => void; | ||
setIsSeeking: (val: boolean) => void; | ||
}; | ||
declare const VolumeSlider: ({ width, setIsSeeking }: Props) => import("react/jsx-runtime").JSX.Element; | ||
export default VolumeSlider; |
{ | ||
"name": "softbuilders-react-video-player", | ||
"description": "Standalone video player component", | ||
"version": "1.1.21", | ||
"version": "1.1.22", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
280686