Added playsInline property as introduced in React 15.3.2

This commit is contained in:
Johannes Schickling
2016-12-03 21:15:37 +01:00
committed by GitHub
parent a84e3f1af0
commit e8fb543de7

1
react/react.d.ts vendored
View File

@@ -2005,6 +2005,7 @@ declare namespace __React {
optimum?: number;
pattern?: string;
placeholder?: string;
playsInline?: boolean;
poster?: string;
preload?: string;
radioGroup?: string;