Merge pull request #13086 from schickling/patch-1

Added playsInline property as introduced in React 15.3.2
This commit is contained in:
John Reilly
2016-12-04 16:39:38 +00:00
committed by GitHub

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;