mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
moved controlsList to MediaHTMLAttributes
This commit is contained in:
parent
51c5e1bd34
commit
d157c184cc
2
types/react/index.d.ts
vendored
2
types/react/index.d.ts
vendored
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user