Skip to content

Commit

Permalink
audio also allows disableremoteplayback
Browse files Browse the repository at this point in the history
  • Loading branch information
titoBouzout committed Nov 12, 2024
1 parent 17c73ba commit 81f2557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dom-expressions/src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1463,6 +1463,7 @@ export namespace JSX {
muted?: "true" | boolean | undefined;
preload?: "none" | "metadata" | "auto" | "" | undefined;
src?: string | undefined;
disableremoteplayback?: "true" | boolean | undefined;

/** @deprecated Use lowercase attributes */
crossOrigin?: HTMLCrossorigin | undefined;
Expand Down Expand Up @@ -1841,7 +1842,6 @@ export namespace JSX {
poster?: string | undefined;
width?: number | string | undefined;
disablepictureinpicture?: "true" | boolean | undefined;
disableremoteplayback?: "true" | boolean | undefined;
}

interface WebViewHTMLAttributes<T> extends HTMLAttributes<T> {
Expand Down

0 comments on commit 81f2557

Please sign in to comment.