We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2022da8 commit 50c13f6Copy full SHA for 50c13f6
packages/svelte2tsx/svelte-jsx.d.ts
@@ -581,6 +581,7 @@ declare namespace svelte.JSX {
581
autocorrect?: string | undefined | null;
582
autosave?: string | undefined | null;
583
color?: string | undefined | null;
584
+ controlslist?: 'nodownload' | 'nofullscreen' | 'noplaybackrate' | 'noremoteplayback';
585
itemprop?: string | undefined | null;
586
itemscope?: boolean | undefined | null;
587
itemtype?: string | undefined | null;
0 commit comments