Skip to content

Commit

Permalink
Adding volume to HTML Attributes (#1938)
Browse files Browse the repository at this point in the history
* Adding volume to HTML Attributes

* Add volume to HTMLAttributes interface
  • Loading branch information
jessicabyrne authored and marvinhagemeister committed Sep 19, 2019
1 parent 3262b5c commit 8c6ac43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ export namespace JSXInternal {
type?: string;
useMap?: string;
value?: string | string[] | number;
volume?: string | number;
width?: number | string;
wmode?: string;
wrap?: string;
Expand Down

0 comments on commit 8c6ac43

Please sign in to comment.