UNPKG

@zezosoft/react-player

Version:

A lightweight and customizable video player by Zezosoft, built for seamless streaming with advanced controls, adaptive playback, and modern UI. Perfect for web and React applications.

5 lines (4 loc) 173 B
import * as React from "react"; import { IPlayerConfig } from "../../types"; declare const VideoPlayerControls: React.FC<IPlayerConfig>; export default VideoPlayerControls;