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.

8 lines (7 loc) 269 B
import { VideoError } from "../../store/types/StoreTypes"; export declare const useVideoError: () => { error: VideoError | null; handleVideoError: (e: React.SyntheticEvent<HTMLVideoElement, Event>) => void; clearError: () => void; retry: () => void; };