@useloops/design-system 1.4.483 → 1.4.485
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/esm/index.js +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2467,7 +2467,7 @@ type VideoControlsProps = {
|
|
|
2467
2467
|
onPause?: () => void;
|
|
2468
2468
|
onSeeking?: (seekTo: number) => void;
|
|
2469
2469
|
onSeekStart?: () => void;
|
|
2470
|
-
onSeekEnd?: () => void;
|
|
2470
|
+
onSeekEnd?: (time?: number) => void;
|
|
2471
2471
|
onRestart?: () => void;
|
|
2472
2472
|
onVolumeChange?: (volume: number) => void;
|
|
2473
2473
|
onVolumeMute?: (muted: boolean) => void;
|