Skip to content

Commit

Permalink
Update packages/astro/astro-jsx.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Apr 5, 2024
1 parent 181571c commit abab924
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/astro/astro-jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,8 @@ declare namespace astroHTML.JSX {
playsinline?: boolean | string | undefined | null;
preload?: string | undefined | null;
src?: string | undefined | null;
disableremoteplayback?: boolean | string | undefined | null;
// https://www.w3.org/TR/remote-playback/#the-disableremoteplayback-attribute
disableRemotePlayback?: boolean | string | undefined | null;
}

interface MetaHTMLAttributes extends HTMLAttributes {
Expand Down

0 comments on commit abab924

Please sign in to comment.