UNPKG

react-player

Version:

A React component for playing a variety of URLs, including file paths, Mux, YouTube, Vimeo, and Wistia

5 lines (4 loc) 238 B
import React from 'react'; import type { VideoElementProps } from './types.js'; declare const HtmlPlayer: React.ForwardRefExoticComponent<Omit<VideoElementProps, "ref"> & React.RefAttributes<HTMLVideoElement>>; export default HtmlPlayer;