diff --git a/types/dom.d.ts b/types/dom.d.ts index 63ea2e6..b790202 100644 --- a/types/dom.d.ts +++ b/types/dom.d.ts @@ -129,6 +129,7 @@ export interface HtmlHTMLAttributes extends HTMLAttributes { } export interface IframeHTMLAttributes extends HTMLAttributes { + allow?: string; allowfullscreen?: boolean; allowtransparency?: boolean; frameborder?: number | string; @@ -136,6 +137,7 @@ export interface IframeHTMLAttributes extends HTMLAttributes { marginheight?: number; marginwidth?: number; name?: string; + referrerpolicy?: string; sandbox?: string; scrolling?: string; seamless?: boolean;