Skip to content

Commit

Permalink
add media property for MetaHTMLAttributes interface (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodbyeNJN authored Sep 18, 2023
1 parent 6afae38 commit d4a1a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/dom-expressions/src/jsx-h.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -914,6 +914,7 @@ export namespace JSX {
content?: FunctionMaybe<string>;
"http-equiv"?: FunctionMaybe<string>;
name?: FunctionMaybe<string>;
media?: FunctionMaybe<string>;
}
interface MeterHTMLAttributes<T> extends HTMLAttributes<T> {
form?: FunctionMaybe<string>;
Expand Down
1 change: 1 addition & 0 deletions packages/dom-expressions/src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,7 @@ export namespace JSX {
content?: string;
"http-equiv"?: string;
name?: string;
media?: string;
}
interface MeterHTMLAttributes<T> extends HTMLAttributes<T> {
form?: string;
Expand Down

0 comments on commit d4a1a24

Please sign in to comment.