@icos-desktop/react-components 2.2.13-zdhd.1.p → 2.2.13-zdhd.3.p

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.
@@ -1510,6 +1510,10 @@ interface VideoPlayerProps {
1510
1510
  * 视频播放器高度
1511
1511
  */
1512
1512
  height?: number;
1513
+ /**
1514
+ * 获取视频信息回调
1515
+ */
1516
+ onGetVideoInfo?: (info: any) => void;
1513
1517
  }
1514
1518
 
1515
1519
  declare const VideoPlayer: (props: VideoPlayerProps) => React.JSX.Element;