Skip to content

Commit

Permalink
feat: meta property tag
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Oct 23, 2023
1 parent fb539d8 commit 0d58a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ declare namespace JSX {

interface HtmlMetaTag extends HtmlTag {
name?: undefined | string;
property?: undefined | string;
['http-equiv']?: undefined | string;
content?: undefined | string;
charset?: undefined | string;
Expand Down

0 comments on commit 0d58a87

Please sign in to comment.