UNPKG

@mkhuda/react-shaka-player

Version:

React video player built with Shaka-Player

5 lines (4 loc) 216 B
import { Player as ShakaPlayer } from "shaka-player/dist/shaka-player.ui"; import { PlayerProps } from "../types"; declare const useStats: (player: ShakaPlayer, props?: PlayerProps) => void; export default useStats;