Skip to content

Commit

Permalink
(feat) support inert attribute (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlyu123 authored Jul 25, 2022
1 parent b8e1ef8 commit bb81b91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/svelte2tsx/svelte-jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,7 @@ declare namespace svelte.JSX {
autosave?: string | undefined | null;
color?: string | undefined | null;
controlslist?: 'nodownload' | 'nofullscreen' | 'noplaybackrate' | 'noremoteplayback';
inert?: boolean | undefined | null;
itemprop?: string | undefined | null;
itemscope?: boolean | undefined | null;
itemtype?: string | undefined | null;
Expand Down

0 comments on commit bb81b91

Please sign in to comment.