HTMLVideoElement interface that extends the HTMLMediaElement interface.
Extends
Media<VideoProps,VideoState>
Implements
Properties
context
context:unknown
If using the new style context, re-declare this in your class to be the
React.ContextType of your static contextType.
Should be used with type annotation or static contextType.
Example
See
React DocsInherited from
Media.context
props
readonly props: Readonly<VideoProps & MediaProps & ViewProps>
Inherited from
Media.props

