Skip to content

Commit b114173

Browse files
authored
Update jsx.d.ts, add muted attr to video tag (#405)
Signed-off-by: Dirk Porsche <[email protected]> Signed-off-by: Arthur Fiorette <[email protected]>
1 parent 2c82dc8 commit b114173

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/nasty-feet-pay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@kitajs/html": patch
3+
---
4+
5+
Added `muted` video attribute

packages/html/jsx.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ declare namespace JSX {
560560
autobuffer?: undefined | string;
561561
autoplay?: undefined | boolean;
562562
loop?: undefined | boolean;
563+
muted?: undefined | boolean;
563564
controls?: undefined | boolean;
564565
width?: undefined | string;
565566
height?: undefined | string;

0 commit comments

Comments
 (0)