UNPKG

react-stv-player

Version:

A highly customizable React video player built on Video.js, supporting custom buttons, themes, and advanced playback controls.

3 lines (2 loc) 188 B
import { STVuiProps } from '../types/STVPlayerType'; export declare const STVPlayerUI: import('react').MemoExoticComponent<(props: STVuiProps) => import("react/jsx-runtime").JSX.Element>;