diff --git a/types/react/index.d.ts b/types/react/index.d.ts index e49246d460..4157574ab1 100644 --- a/types/react/index.d.ts +++ b/types/react/index.d.ts @@ -2816,6 +2816,7 @@ declare namespace React { interface MediaHTMLAttributes extends HTMLAttributes { autoPlay?: boolean; controls?: boolean; + controlsList?: string; crossOrigin?: string; loop?: boolean; mediaGroup?: string; @@ -2984,7 +2985,6 @@ declare namespace React { interface VideoHTMLAttributes extends MediaHTMLAttributes { height?: number | string; playsInline?: boolean; - controlsList?: string; poster?: string; width?: number | string; }