diff --git a/types/react/index.d.ts b/types/react/index.d.ts index c018d39290..aac342d066 100644 --- a/types/react/index.d.ts +++ b/types/react/index.d.ts @@ -1914,6 +1914,7 @@ declare namespace React { marginHeight?: number; marginWidth?: number; name?: string; + referrerPolicy?: string; sandbox?: string; scrolling?: string; seamless?: boolean;