[@types/react] Add referrerPolicy to iframe attrs in React (#35450)

* Add referrerPolicy to iframe attrs in React

* Remove extra change
This commit is contained in:
Charles Toller 2019-05-20 16:10:47 -07:00 committed by Nathan Shively-Sanders
parent 2410b43e91
commit 46cec09177

View File

@ -1914,6 +1914,7 @@ declare namespace React {
marginHeight?: number;
marginWidth?: number;
name?: string;
referrerPolicy?: string;
sandbox?: string;
scrolling?: string;
seamless?: boolean;