UNPKG

react-streamify-play

Version:

react-streamify-play is a simple yet customizable video player for reactjs.

5 lines (4 loc) 325 B
import { vplayer_props } from "./types/VPlayer_props"; import "./index.css"; declare const VPlayer: ({ source, controlOptions, handleNext, handlePrev, handleTheaterMode, events, loadingAsset, videoContainerStyles, videoStyles, VideoHeader }: vplayer_props) => import("react/jsx-runtime").JSX.Element; export default VPlayer;