diff --git a/src/jsx/jsx.types.ts b/src/jsx/jsx.types.ts index c7f58d5..18e8c35 100644 --- a/src/jsx/jsx.types.ts +++ b/src/jsx/jsx.types.ts @@ -157,10 +157,11 @@ declare global { ruby: HTMLProps; s: HTMLProps; samp: HTMLProps; - slot: HTMLProps; + search: HTMLProps; script: HTMLProps; section: HTMLProps; select: HTMLProps; + slot: HTMLProps; small: HTMLProps; source: HTMLProps; span: HTMLProps; @@ -170,9 +171,9 @@ declare global { summary: HTMLProps; sup: HTMLProps; table: HTMLProps; - template: HTMLProps; tbody: HTMLProps; td: HTMLProps; + template: HTMLProps; textarea: HTMLProps; tfoot: HTMLProps; th: HTMLProps; @@ -201,11 +202,11 @@ declare global { interface AddressTagProps {} interface ArticleTagProps {} interface AsideTagProps {} - interface BTagProps {} interface BdiTagProps {} interface BigTagProps {} interface BodyTagProps {} interface BrTagProps {} + interface BTagProps {} interface CaptionTagProps {} interface CiteTagProps {} interface CodeTagProps {} @@ -225,8 +226,8 @@ declare global { interface H4TagProps {} interface H5TagProps {} interface H6TagProps {} - interface HeadTagProps {} interface HeaderTagProps {} + interface HeadTagProps {} interface HgroupTagProps {} interface HrTagProps {} interface ITagProps {} @@ -235,8 +236,8 @@ declare global { interface LegendTagProps {} interface MainTagProps {} interface MarkTagProps {} - interface MenuTagProps {} interface MenuitemTagProps {} + interface MenuTagProps {} interface NavTagProps {} interface NoindexTagProps {} interface NoscriptTagProps {} @@ -246,28 +247,29 @@ declare global { interface RpTagProps {} interface RtTagProps {} interface RubyTagProps {} - interface STagProps {} interface SampTagProps {} - interface SlotTagProps {} + interface SearchTagProps {} interface SectionTagProps {} + interface SlotTagProps {} interface SmallTagProps {} interface SpanTagProps {} + interface STagProps {} interface StrongTagProps {} interface SubTagProps {} interface SummaryTagProps {} interface SupTagProps {} + interface SvgTagProps {} interface TableTagProps {} - interface TemplateTagProps {} interface TbodyTagProps {} + interface TemplateTagProps {} interface TfootTagProps {} interface TheadTagProps {} interface TitleTagProps {} interface TrTagProps {} - interface UTagProps {} interface UlTagProps {} + interface UTagProps {} interface VarTagProps {} interface WbrTagProps {} interface WebviewTagProps {} - interface SvgTagProps {} } }