UNPKG

react-tv-player

Version:

A React media player component for TV devices. With custom UI and arrow-key navigation, it can play a variety of URLs like file paths, HLS/DASH streams and even YouTube & Vimeo links directly. Packaged as an npm library for easy integration.

3 lines (2 loc) 164 B
import { TVPlayerProps } from './TVPlayerTypes'; export declare const useTVPlayerStore: import('zustand').UseBoundStore<import('zustand').StoreApi<TVPlayerProps>>;