UNPKG

react-streamify-play

Version:

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

6 lines (5 loc) 342 B
import "./index.css"; import { videoControlProps } from "./types/VControl_props"; declare const VideoControls: ({ videoInstance, controlOptions, handleNext, handlePrev, handleTheaterMode }: videoControlProps) => import("react/jsx-runtime").JSX.Element; export declare const formatTime: (time: number) => string; export default VideoControls;