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) 174 B
import { STVPlayerProps } from '../types/STVPlayerType'; export declare const useSTVPlayerStore: import('zustand').UseBoundStore<import('zustand').StoreApi<STVPlayerProps>>;