UNPKG

react-streamify-play

Version:

react-streamify-play is a simple yet customizable video player for reactjs.

6 lines (5 loc) 143 B
export interface videoPlayerContextType { source: string; video: HTMLVideoElement | null; videoContainer: HTMLDivElement | null; }