UNPKG

react-all-player

Version:

react-all-player is a simple, lightweight, accessible and customizable React media player that supports modern browsers.

5 lines (4 loc) 278 B
import * as React from 'react'; import { ReactVidPlayerProps } from '../../contexts/VideoPropsContext'; declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<ReactVidPlayerProps & React.RefAttributes<HTMLVideoElement>>>; export default _default;