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) 149 B
import * as React from "react"; import { IPlayerConfig } from "../../types"; declare const Overlay: React.FC<IPlayerConfig>; export default Overlay;