@nicorp/nui 0.11.4 → 0.11.6

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.ts CHANGED
@@ -1988,6 +1988,7 @@ export declare interface VideoPlayerProps extends VariantProps<typeof videoPlaye
1988
1988
  onEnded?: () => void;
1989
1989
  onTimeUpdate?: (currentTime: number) => void;
1990
1990
  onFullscreenChange?: (isFullscreen: boolean) => void;
1991
+ live?: boolean;
1991
1992
  className?: string;
1992
1993
  }
1993
1994