| 18 | } |
| 19 | |
| 20 | export interface VideoElementProps |
| 21 | extends React.DetailedHTMLProps<VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement> { |
| 22 | playbackRate?: number; |
| 23 | volume?: number; |
| 24 | config?: Config; |
| 25 | } |
| 26 | |
| 27 | export interface ReactPlayerProps extends PreviewProps, VideoElementProps { |
| 28 | config?: Config; |
nothing calls this directly
no outgoing calls
no test coverage detected