mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
moved controlsList to MediaHTMLAttributes
This commit is contained in:
Vendored
+1
-1
@@ -2816,6 +2816,7 @@ declare namespace React {
|
||||
interface MediaHTMLAttributes<T> extends HTMLAttributes<T> {
|
||||
autoPlay?: boolean;
|
||||
controls?: boolean;
|
||||
controlsList?: string;
|
||||
crossOrigin?: string;
|
||||
loop?: boolean;
|
||||
mediaGroup?: string;
|
||||
@@ -2984,7 +2985,6 @@ declare namespace React {
|
||||
interface VideoHTMLAttributes<T> extends MediaHTMLAttributes<T> {
|
||||
height?: number | string;
|
||||
playsInline?: boolean;
|
||||
controlsList?: string;
|
||||
poster?: string;
|
||||
width?: number | string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user