Skip to content

Commit

Permalink
types.dom - add iframe 'allow' attr
Browse files Browse the repository at this point in the history
  • Loading branch information
LankyMoose committed Jul 1, 2024
1 parent 8867a58 commit e983578
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lib/src/types.dom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ interface HtmlElementAttributes {
}
i: {}
iframe: {
allow?: string
src?: ValidUrlOrPath
srcdoc?: string
name?: string
Expand Down

0 comments on commit e983578

Please sign in to comment.