UNPKG

react-player

Version:

A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion

6 lines (3 loc) 227 B
import BaseReactPlayer, { BaseReactPlayerProps } from './base.js' export interface StreamablePlayerProps extends BaseReactPlayerProps {} export default class StreamablePlayer extends BaseReactPlayer<StreamablePlayerProps> {}