Skip to content

Commit abab924

Browse files
authored
Update packages/astro/astro-jsx.d.ts
1 parent 181571c commit abab924

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/astro/astro-jsx.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,8 @@ declare namespace astroHTML.JSX {
873873
playsinline?: boolean | string | undefined | null;
874874
preload?: string | undefined | null;
875875
src?: string | undefined | null;
876-
disableremoteplayback?: boolean | string | undefined | null;
876+
// https://www.w3.org/TR/remote-playback/#the-disableremoteplayback-attribute
877+
disableRemotePlayback?: boolean | string | undefined | null;
877878
}
878879

879880
interface MetaHTMLAttributes extends HTMLAttributes {

0 commit comments

Comments
 (0)